Color Hex Logo

#ea77cf Color Hex

#EA77CF
(234,119,207)
0 Favorites   0 Comments

Color spaces of #ea77cf

RGB 234119207
HSL0.870.730.69
HSV314°49°92°
CMYK 0.000.490.12   0.08
XYZ51.791035.191163.0944
Yxy35.19110.34510.2345
Hunter Lab59.322152.0253-21.5348
CIE-Lab65.897255.3851-25.5381

#ea77cf color RGB value is (234,119,207).

#ea77cf hex color red value is 234, green value is 119 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ea77cf hue: 0.87 , saturation: 0.73 and the lightness value of ea77cf is 0.69.

The process color (four color CMYK) of #ea77cf color hex is 0.00, 0.49, 0.12, 0.08. Web safe color of #ea77cf is #ff66cc. Color #ea77cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110111 11001111
Octal 352 167 317
Decimal 234 119 207
Hex EA 77 CF

RGB Percentages of Color #ea77cf

%41.79
%21.25
%36.96

CMYK Percentages of Color #ea77cf

%0
%49
%12
%8

Triadic Colors of #ea77cf

#ea77cf #cfea77 #77cfea

Analogous Colors of #ea77cf

#ea77cf #ea7796 #cc77ea

Monochromatic Colors of #ea77cf

#ea77cf

Complementary Color

#ea77cf #77ea92

#ea77cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea77cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea77cf Color CSS Codes

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

#ea77cf Text Font Color

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

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


#ea77cf Background Color

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

This div background color is #ea77cf


#ea77cf Border Color

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

This div border color is #ea77cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea77cf


Comments

No comments written yet.

Please login to write comment.