Color spaces of #42023d
RGB | 66 | 2 | 61 |
---|---|---|---|
HSL | 0.85 | 0.94 | 0.13 |
HSV | 305° | 97° | 26° |
CMYK | 0.00 | 0.97 | 0.08 0.74 |
XYZ | 3.1108 | 1.5386 | 4.5479 |
Yxy | 1.5386 | 0.3382 | 0.1673 |
Hunter Lab | 12.4040 | 23.0589 | -13.0557 |
CIE-Lab | 12.8514 | 35.5772 | -19.6489 |
#42023d color RGB value is (66,2,61).
#42023d hex color red value is 66, green value is 2 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #42023d hue: 0.85 , saturation: 0.94 and the lightness value of 42023d is 0.13.
The process color (four color CMYK) of #42023d color hex is 0.00, 0.97, 0.08, 0.74. Web safe color of #42023d is #330033. Color #42023d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00000010 | 00111101 |
Octal | 102 | 2 | 75 |
Decimal | 66 | 2 | 61 |
Hex | 42 | 2 | 3D |
Shades of #42023d
Tints of #42023d
RGB Percentages of Color #42023d
CMYK Percentages of Color #42023d
Complementary Color
#42023d | #024207 |
#42023d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#42023d Color Preview on White Background
Lorem ipsum dolor sit amet.
#42023d Color CSS Codes
.mybgcolor {background-color:#42023d; } .myforecolor {color:#42023d; } .mybordercolor {border:3px solid #42023d; }
#42023d Text Font Color
<p style="color:#42023d">Text here</p>
This sample text font color is #42023d
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.
#42023d Background Color
<div style="background-color:#42023d">
Div content here</div>
This div background color is #42023d
#42023d Border Color
<div style="border:3px solid #42023d">
Div here</div>
This div border color is #42023d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,2,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #42023d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #42023d; -webkit-box-shadow: 1px 1px 3px 2px #42023d; box-shadow: 1px 1px 3px 2px #42023d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,2,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #42023d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #42023d; -webkit-box-shadow: 1px 1px 3px 2px #42023d; box-shadow: 1px 1px 3px 2px #42023d;">
Div content here</div>
This div box has shadow with color #42023d
Comments
No comments written yet.
Please login to write comment.