Color Hex Logo

#ea71cc Color Hex

#EA71CC
(234,113,204)
0 Favorites   0 Comments

Color spaces of #ea71cc

RGB 234113204
HSL0.870.740.68
HSV315°52°92°
CMYK 0.000.520.13   0.08
XYZ50.735933.662360.9501
Yxy33.66230.34910.2316
Hunter Lab58.019254.5587-21.6716
CIE-Lab64.693657.7805-25.7025

#ea71cc color RGB value is (234,113,204).

#ea71cc hex color red value is 234, green value is 113 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ea71cc hue: 0.87 , saturation: 0.74 and the lightness value of ea71cc is 0.68.

The process color (four color CMYK) of #ea71cc color hex is 0.00, 0.52, 0.13, 0.08. Web safe color of #ea71cc is #ff66cc. Color #ea71cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110001 11001100
Octal 352 161 314
Decimal 234 113 204
Hex EA 71 CC

RGB Percentages of Color #ea71cc

%42.47
%20.51
%37.02

CMYK Percentages of Color #ea71cc

%0
%52
%13
%8

Triadic Colors of #ea71cc

#ea71cc #ccea71 #71ccea

Analogous Colors of #ea71cc

#ea71cc #ea7190 #cc71ea

Monochromatic Colors of #ea71cc

#ea71cc

Complementary Color

#ea71cc #71ea8f

#ea71cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea71cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea71cc Color CSS Codes

.mybgcolor {background-color:#ea71cc; } 
.myforecolor {color:#ea71cc; }
.mybordercolor {border:3px solid #ea71cc; }

#ea71cc Text Font Color

<p style="color:#ea71cc">Text here</p>

This sample text font color is #ea71cc
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.


#ea71cc Background Color

<div style="background-color:#ea71cc">
Div content here</div>

This div background color is #ea71cc


#ea71cc Border Color

<div style="border:3px solid #ea71cc">
Div here</div>

This div border color is #ea71cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,113,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea71cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea71cc;
  -webkit-box-shadow: 1px 1px 3px 2px #ea71cc;
  box-shadow:         1px 1px 3px 2px #ea71cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,113,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ea71cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ea71cc;
  -webkit-box-shadow: 1px 1px 3px 2px #ea71cc;
  box-shadow:         1px 1px 3px 2px #ea71cc;">
Div content here</div>

This div box has shadow with color #ea71cc


Comments

No comments written yet.

Please login to write comment.