Color Hex Logo

#ea7ccf Color Hex

#EA7CCF
(234,124,207)
0 Favorites   0 Comments

Color spaces of #ea7ccf

RGB 234124207
HSL0.870.720.70
HSV315°47°92°
CMYK 0.000.470.12   0.08
XYZ52.401836.412763.2980
Yxy36.41270.34450.2394
Hunter Lab60.342949.4092-19.9534
CIE-Lab66.834152.9460-24.1020

#ea7ccf color RGB value is (234,124,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111100 11001111
Octal 352 174 317
Decimal 234 124 207
Hex EA 7C CF

RGB Percentages of Color #ea7ccf

%41.42
%21.95
%36.64

CMYK Percentages of Color #ea7ccf

%0
%47
%12
%8

Triadic Colors of #ea7ccf

#ea7ccf #cfea7c #7ccfea

Analogous Colors of #ea7ccf

#ea7ccf #ea7c98 #ce7cea

Monochromatic Colors of #ea7ccf

#ea7ccf

Complementary Color

#ea7ccf #7cea97

#ea7ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7ccf Color CSS Codes

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

#ea7ccf Text Font Color

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

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


#ea7ccf Background Color

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

This div background color is #ea7ccf


#ea7ccf Border Color

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

This div border color is #ea7ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7ccf


Comments

No comments written yet.

Please login to write comment.