Color Hex Logo

#ea7dca Color Hex

#EA7DCA
(234,125,202)
0 Favorites   0 Comments

Color spaces of #ea7dca

RGB 234125202
HSL0.880.720.70
HSV318°47°92°
CMYK 0.000.470.14   0.08
XYZ51.926036.423960.1708
Yxy36.42390.34960.2452
Hunter Lab60.352247.9619-16.8652
CIE-Lab66.842651.6648-21.2919

#ea7dca color RGB value is (234,125,202).

#ea7dca hex color red value is 234, green value is 125 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ea7dca hue: 0.88 , saturation: 0.72 and the lightness value of ea7dca is 0.70.

The process color (four color CMYK) of #ea7dca color hex is 0.00, 0.47, 0.14, 0.08. Web safe color of #ea7dca is #ff66cc. Color #ea7dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111101 11001010
Octal 352 175 312
Decimal 234 125 202
Hex EA 7D CA

RGB Percentages of Color #ea7dca

%41.71
%22.28
%36.01

CMYK Percentages of Color #ea7dca

%0
%47
%14
%8

Triadic Colors of #ea7dca

#ea7dca #caea7d #7dcaea

Analogous Colors of #ea7dca

#ea7dca #ea7d94 #d47dea

Monochromatic Colors of #ea7dca

#ea7dca

Complementary Color

#ea7dca #7dea9d

#ea7dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7dca Color CSS Codes

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

#ea7dca Text Font Color

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

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


#ea7dca Background Color

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

This div background color is #ea7dca


#ea7dca Border Color

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

This div border color is #ea7dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7dca


Comments

No comments written yet.

Please login to write comment.