Color Hex Logo

#ea71ce Color Hex

#EA71CE
(234,113,206)
0 Favorites   0 Comments

Color spaces of #ea71ce

RGB 234113206
HSL0.870.740.68
HSV314°52°92°
CMYK 0.000.520.12   0.08
XYZ50.977433.758962.2218
Yxy33.75890.34690.2297
Hunter Lab58.102454.9316-22.8219
CIE-Lab64.770758.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

BaseRedGreenBlue
Binary 11101010 01110001 11001110
Octal 352 161 316
Decimal 234 113 206
Hex EA 71 CE

RGB Percentages of Color #ea71ce

%42.31
%20.43
%37.25

CMYK Percentages of Color #ea71ce

%0
%52
%12
%8

Triadic Colors of #ea71ce

#ea71ce #ceea71 #71ceea

Analogous Colors of #ea71ce

#ea71ce #ea7192 #ca71ea

Monochromatic Colors of #ea71ce

#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.