Color spaces of #ea71ce
RGB | 234 | 113 | 206 |
---|---|---|---|
HSL | 0.87 | 0.74 | 0.68 |
HSV | 314° | 52° | 92° |
CMYK | 0.00 | 0.52 | 0.12 0.08 |
XYZ | 50.9774 | 33.7589 | 62.2218 |
Yxy | 33.7589 | 0.3469 | 0.2297 |
Hunter Lab | 58.1024 | 54.9316 | -22.8219 |
CIE-Lab | 64.7707 | 58.0906 | -26.7080 |
#ea71ce color RGB value is (234,113,206).
#ea71ce hex color red value is 234, green value is 113 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ea71ce hue: 0.87 , saturation: 0.74 and the lightness value of ea71ce is 0.68.
The process color (four color CMYK) of #ea71ce color hex is 0.00, 0.52, 0.12, 0.08. Web safe color of #ea71ce is #ff66cc. Color #ea71ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01110001 | 11001110 |
Octal | 352 | 161 | 316 |
Decimal | 234 | 113 | 206 |
Hex | EA | 71 | CE |
Shades of #ea71ce
Tints of #ea71ce
RGB Percentages of Color #ea71ce
CMYK Percentages of Color #ea71ce
Complementary Color
#ea71ce | #71ea8d |
#ea71ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea71ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea71ce Color CSS Codes
.mybgcolor {background-color:#ea71ce; } .myforecolor {color:#ea71ce; } .mybordercolor {border:3px solid #ea71ce; }
#ea71ce Text Font Color
<p style="color:#ea71ce">Text here</p>
This sample text font color is #ea71ce
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.
#ea71ce Background Color
<div style="background-color:#ea71ce">
Div content here</div>
This div background color is #ea71ce
#ea71ce Border Color
<div style="border:3px solid #ea71ce">
Div here</div>
This div border color is #ea71ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,113,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea71ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea71ce; -webkit-box-shadow: 1px 1px 3px 2px #ea71ce; box-shadow: 1px 1px 3px 2px #ea71ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,113,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 #ea71ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea71ce; -webkit-box-shadow: 1px 1px 3px 2px #ea71ce; box-shadow: 1px 1px 3px 2px #ea71ce;">
Div content here</div>
This div box has shadow with color #ea71ce
Comments
No comments written yet.
Please login to write comment.