Color spaces of #6835ac
RGB | 104 | 53 | 172 |
---|---|---|---|
HSL | 0.74 | 0.53 | 0.44 |
HSV | 266° | 69° | 67° |
CMYK | 0.40 | 0.69 | 0.00 0.33 |
XYZ | 14.4284 | 8.4678 | 39.9037 |
Yxy | 8.4678 | 0.2298 | 0.1348 |
Hunter Lab | 29.0995 | 37.5816 | -60.9339 |
CIE-Lab | 34.9387 | 47.1612 | -55.2992 |
#6835ac color RGB value is (104,53,172).
#6835ac hex color red value is 104, green value is 53 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6835ac hue: 0.74 , saturation: 0.53 and the lightness value of 6835ac is 0.44.
The process color (four color CMYK) of #6835ac color hex is 0.40, 0.69, 0.00, 0.33. Web safe color of #6835ac is #663399. Color #6835ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 00110101 | 10101100 |
Octal | 150 | 65 | 254 |
Decimal | 104 | 53 | 172 |
Hex | 68 | 35 | AC |
Shades of #6835ac
Tints of #6835ac
RGB Percentages of Color #6835ac
CMYK Percentages of Color #6835ac
Complementary Color
#6835ac | #79ac35 |
#6835ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6835ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#6835ac Color CSS Codes
.mybgcolor {background-color:#6835ac; } .myforecolor {color:#6835ac; } .mybordercolor {border:3px solid #6835ac; }
#6835ac Text Font Color
<p style="color:#6835ac">Text here</p>
This sample text font color is #6835ac
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#6835ac Background Color
<div style="background-color:#6835ac">
Div content here</div>
This div background color is #6835ac
#6835ac Border Color
<div style="border:3px solid #6835ac">
Div here</div>
This div border color is #6835ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,53,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6835ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6835ac; -webkit-box-shadow: 1px 1px 3px 2px #6835ac; box-shadow: 1px 1px 3px 2px #6835ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,53,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6835ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6835ac; -webkit-box-shadow: 1px 1px 3px 2px #6835ac; box-shadow: 1px 1px 3px 2px #6835ac;">
Div content here</div>
This div box has shadow with color #6835ac
Comments
No comments written yet.
Please login to write comment.