Color spaces of #ce74ab
RGB | 206 | 116 | 171 |
---|---|---|---|
HSL | 0.90 | 0.48 | 0.63 |
HSV | 323° | 44° | 81° |
CMYK | 0.00 | 0.44 | 0.17 0.19 |
XYZ | 39.0497 | 28.5529 | 41.9812 |
Yxy | 28.5529 | 0.3563 | 0.2606 |
Hunter Lab | 53.4349 | 36.9349 | -9.1768 |
CIE-Lab | 60.3850 | 42.4576 | -13.8683 |
#ce74ab color RGB value is (206,116,171).
#ce74ab hex color red value is 206, green value is 116 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ce74ab hue: 0.90 , saturation: 0.48 and the lightness value of ce74ab is 0.63.
The process color (four color CMYK) of #ce74ab color hex is 0.00, 0.44, 0.17, 0.19. Web safe color of #ce74ab is #cc6699. Color #ce74ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01110100 | 10101011 |
Octal | 316 | 164 | 253 |
Decimal | 206 | 116 | 171 |
Hex | CE | 74 | AB |
Shades of #ce74ab
Tints of #ce74ab
RGB Percentages of Color #ce74ab
CMYK Percentages of Color #ce74ab
Complementary Color
#ce74ab | #74ce97 |
#ce74ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce74ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce74ab Color CSS Codes
.mybgcolor {background-color:#ce74ab; } .myforecolor {color:#ce74ab; } .mybordercolor {border:3px solid #ce74ab; }
#ce74ab Text Font Color
<p style="color:#ce74ab">Text here</p>
This sample text font color is #ce74ab
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.
#ce74ab Background Color
<div style="background-color:#ce74ab">
Div content here</div>
This div background color is #ce74ab
#ce74ab Border Color
<div style="border:3px solid #ce74ab">
Div here</div>
This div border color is #ce74ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,116,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce74ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce74ab; -webkit-box-shadow: 1px 1px 3px 2px #ce74ab; box-shadow: 1px 1px 3px 2px #ce74ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,116,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce74ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce74ab; -webkit-box-shadow: 1px 1px 3px 2px #ce74ab; box-shadow: 1px 1px 3px 2px #ce74ab;">
Div content here</div>
This div box has shadow with color #ce74ab
Comments
No comments written yet.
Please login to write comment.