Color spaces of #423ece
RGB | 66 | 62 | 206 |
---|---|---|---|
HSL | 0.67 | 0.60 | 0.53 |
HSV | 242° | 70° | 81° |
CMYK | 0.68 | 0.70 | 0.00 0.19 |
XYZ | 15.1100 | 9.0597 | 59.3448 |
Yxy | 9.0597 | 0.1809 | 0.1085 |
Hunter Lab | 30.0993 | 36.9340 | -95.8285 |
CIE-Lab | 36.0990 | 46.2957 | -73.5436 |
#423ece color RGB value is (66,62,206).
#423ece hex color red value is 66, green value is 62 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #423ece hue: 0.67 , saturation: 0.60 and the lightness value of 423ece is 0.53.
The process color (four color CMYK) of #423ece color hex is 0.68, 0.70, 0.00, 0.19. Web safe color of #423ece is #3333cc. Color #423ece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00111110 | 11001110 |
Octal | 102 | 76 | 316 |
Decimal | 66 | 62 | 206 |
Hex | 42 | 3E | CE |
Shades of #423ece
Tints of #423ece
RGB Percentages of Color #423ece
CMYK Percentages of Color #423ece
Complementary Color
#423ece | #cace3e |
#423ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#423ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#423ece Color CSS Codes
.mybgcolor {background-color:#423ece; } .myforecolor {color:#423ece; } .mybordercolor {border:3px solid #423ece; }
#423ece Text Font Color
<p style="color:#423ece">Text here</p>
This sample text font color is #423ece
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.
#423ece Background Color
<div style="background-color:#423ece">
Div content here</div>
This div background color is #423ece
#423ece Border Color
<div style="border:3px solid #423ece">
Div here</div>
This div border color is #423ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,62,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #423ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #423ece; -webkit-box-shadow: 1px 1px 3px 2px #423ece; box-shadow: 1px 1px 3px 2px #423ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,62,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #423ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #423ece; -webkit-box-shadow: 1px 1px 3px 2px #423ece; box-shadow: 1px 1px 3px 2px #423ece;">
Div content here</div>
This div box has shadow with color #423ece
Comments
No comments written yet.
Please login to write comment.