Color spaces of #6623ac
RGB | 102 | 35 | 172 |
---|---|---|---|
HSL | 0.75 | 0.66 | 0.41 |
HSV | 269° | 80° | 67° |
CMYK | 0.41 | 0.80 | 0.00 0.33 |
XYZ | 13.5269 | 7.0054 | 39.6690 |
Yxy | 7.0054 | 0.2247 | 0.1164 |
Hunter Lab | 26.4677 | 44.9078 | -70.3346 |
CIE-Lab | 31.8192 | 54.9325 | -60.3966 |
#6623ac color RGB value is (102,35,172).
#6623ac hex color red value is 102, green value is 35 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6623ac hue: 0.75 , saturation: 0.66 and the lightness value of 6623ac is 0.41.
The process color (four color CMYK) of #6623ac color hex is 0.41, 0.80, 0.00, 0.33. Web safe color of #6623ac is #663399. Color #6623ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 00100011 | 10101100 |
Octal | 146 | 43 | 254 |
Decimal | 102 | 35 | 172 |
Hex | 66 | 23 | AC |
Shades of #6623ac
Tints of #6623ac
RGB Percentages of Color #6623ac
CMYK Percentages of Color #6623ac
Complementary Color
#6623ac | #69ac23 |
#6623ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6623ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#6623ac Color CSS Codes
.mybgcolor {background-color:#6623ac; } .myforecolor {color:#6623ac; } .mybordercolor {border:3px solid #6623ac; }
#6623ac Text Font Color
<p style="color:#6623ac">Text here</p>
This sample text font color is #6623ac
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.
#6623ac Background Color
<div style="background-color:#6623ac">
Div content here</div>
This div background color is #6623ac
#6623ac Border Color
<div style="border:3px solid #6623ac">
Div here</div>
This div border color is #6623ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,35,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6623ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6623ac; -webkit-box-shadow: 1px 1px 3px 2px #6623ac; box-shadow: 1px 1px 3px 2px #6623ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,35,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 #6623ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6623ac; -webkit-box-shadow: 1px 1px 3px 2px #6623ac; box-shadow: 1px 1px 3px 2px #6623ac;">
Div content here</div>
This div box has shadow with color #6623ac
Comments
No comments written yet.
Please login to write comment.