Color Hex Logo

#ea7ccc Color Hex

#EA7CCC
(234,124,204)
0 Favorites   0 Comments

Color spaces of #ea7ccc

RGB 234124204
HSL0.880.720.70
HSV316°47°92°
CMYK 0.000.470.13   0.08
XYZ52.038436.267461.3843
Yxy36.26740.34760.2423
Hunter Lab60.222448.8532-18.2782
CIE-Lab66.723752.4716-22.5928

#ea7ccc color RGB value is (234,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111100 11001100
Octal 352 174 314
Decimal 234 124 204
Hex EA 7C CC

RGB Percentages of Color #ea7ccc

%41.64
%22.06
%36.30

CMYK Percentages of Color #ea7ccc

%0
%47
%13
%8

Triadic Colors of #ea7ccc

#ea7ccc #ccea7c #7cccea

Analogous Colors of #ea7ccc

#ea7ccc #ea7c95 #d17cea

Monochromatic Colors of #ea7ccc

#ea7ccc

Complementary Color

#ea7ccc #7cea9a

#ea7ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7ccc Color CSS Codes

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

#ea7ccc Text Font Color

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

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


#ea7ccc Background Color

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

This div background color is #ea7ccc


#ea7ccc Border Color

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

This div border color is #ea7ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,124,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 #ea7ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7ccc


Comments

No comments written yet.

Please login to write comment.