Color spaces of #430acf
RGB | 67 | 10 | 207 |
---|---|---|---|
HSL | 0.71 | 0.91 | 0.43 |
HSV | 257° | 95° | 81° |
CMYK | 0.68 | 0.95 | 0.00 0.19 |
XYZ | 13.6858 | 5.9154 | 59.4519 |
Yxy | 5.9154 | 0.1731 | 0.0748 |
Hunter Lab | 24.3216 | 57.8794 | -127.9038 |
CIE-Lab | 29.1980 | 67.2489 | -85.5401 |
#430acf color RGB value is (67,10,207).
#430acf hex color red value is 67, green value is 10 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #430acf hue: 0.71 , saturation: 0.91 and the lightness value of 430acf is 0.43.
The process color (four color CMYK) of #430acf color hex is 0.68, 0.95, 0.00, 0.19. Web safe color of #430acf is #3300cc. Color #430acf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 00001010 | 11001111 |
Octal | 103 | 12 | 317 |
Decimal | 67 | 10 | 207 |
Hex | 43 | A | CF |
Shades of #430acf
Tints of #430acf
RGB Percentages of Color #430acf
CMYK Percentages of Color #430acf
Complementary Color
#430acf | #96cf0a |
#430acf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#430acf Color Preview on White Background
Lorem ipsum dolor sit amet.
#430acf Color CSS Codes
.mybgcolor {background-color:#430acf; } .myforecolor {color:#430acf; } .mybordercolor {border:3px solid #430acf; }
#430acf Text Font Color
<p style="color:#430acf">Text here</p>
This sample text font color is #430acf
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.
#430acf Background Color
<div style="background-color:#430acf">
Div content here</div>
This div background color is #430acf
#430acf Border Color
<div style="border:3px solid #430acf">
Div here</div>
This div border color is #430acf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,10,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #430acf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #430acf; -webkit-box-shadow: 1px 1px 3px 2px #430acf; box-shadow: 1px 1px 3px 2px #430acf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,10,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #430acf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #430acf; -webkit-box-shadow: 1px 1px 3px 2px #430acf; box-shadow: 1px 1px 3px 2px #430acf;">
Div content here</div>
This div box has shadow with color #430acf
Comments
No comments written yet.
Please login to write comment.