Color spaces of #ce7167
RGB | 206 | 113 | 103 |
---|---|---|---|
HSL | 0.02 | 0.51 | 0.61 |
HSV | 6° | 50° | 81° |
CMYK | 0.00 | 0.45 | 0.50 0.19 |
XYZ | 33.8069 | 25.9113 | 16.0515 |
Yxy | 25.9113 | 0.4462 | 0.3420 |
Hunter Lab | 50.9031 | 29.4688 | 16.9360 |
CIE-Lab | 57.9528 | 35.5010 | 21.8518 |
#ce7167 color RGB value is (206,113,103).
#ce7167 hex color red value is 206, green value is 113 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #ce7167 hue: 0.02 , saturation: 0.51 and the lightness value of ce7167 is 0.61.
The process color (four color CMYK) of #ce7167 color hex is 0.00, 0.45, 0.50, 0.19. Web safe color of #ce7167 is #cc6666. Color #ce7167 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01110001 | 01100111 |
Octal | 316 | 161 | 147 |
Decimal | 206 | 113 | 103 |
Hex | CE | 71 | 67 |
Shades of #ce7167
Tints of #ce7167
RGB Percentages of Color #ce7167
CMYK Percentages of Color #ce7167
Complementary Color
#ce7167 | #67c4ce |
#ce7167 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce7167 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce7167 Color CSS Codes
.mybgcolor {background-color:#ce7167; } .myforecolor {color:#ce7167; } .mybordercolor {border:3px solid #ce7167; }
#ce7167 Text Font Color
<p style="color:#ce7167">Text here</p>
This sample text font color is #ce7167
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.
#ce7167 Background Color
<div style="background-color:#ce7167">
Div content here</div>
This div background color is #ce7167
#ce7167 Border Color
<div style="border:3px solid #ce7167">
Div here</div>
This div border color is #ce7167
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,113,103, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce7167; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce7167; -webkit-box-shadow: 1px 1px 3px 2px #ce7167; box-shadow: 1px 1px 3px 2px #ce7167; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,113,103, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce7167">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce7167; -webkit-box-shadow: 1px 1px 3px 2px #ce7167; box-shadow: 1px 1px 3px 2px #ce7167;">
Div content here</div>
This div box has shadow with color #ce7167
Comments
No comments written yet.
Please login to write comment.