Color Hex Logo

#ea7cdd Color Hex

#EA7CDD
(234,124,221)
0 Favorites   0 Comments

Color spaces of #ea7cdd

RGB 234124221
HSL0.850.720.70
HSV307°47°92°
CMYK 0.000.470.06   0.08
XYZ54.190537.128272.7169
Yxy37.12820.33040.2263
Hunter Lab60.932952.1158-28.1032
CIE-Lab67.373155.2354-31.0722

#ea7cdd color RGB value is (234,124,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111100 11011101
Octal 352 174 335
Decimal 234 124 221
Hex EA 7C DD

RGB Percentages of Color #ea7cdd

%40.41
%21.42
%38.17

CMYK Percentages of Color #ea7cdd

%0
%47
%6
%8

Triadic Colors of #ea7cdd

#ea7cdd #ddea7c #7cddea

Analogous Colors of #ea7cdd

#ea7cdd #ea7ca6 #c07cea

Monochromatic Colors of #ea7cdd

#ea7cdd

Complementary Color

#ea7cdd #7cea89

#ea7cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7cdd Color CSS Codes

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

#ea7cdd Text Font Color

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

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


#ea7cdd Background Color

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

This div background color is #ea7cdd


#ea7cdd Border Color

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

This div border color is #ea7cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7cdd


Comments

No comments written yet.

Please login to write comment.