Color Hex Logo

#ea7fcf Color Hex

#EA7FCF
(234,127,207)
0 Favorites   0 Comments

Color spaces of #ea7fcf

RGB 234127207
HSL0.880.720.71
HSV315°46°92°
CMYK 0.000.460.12   0.08
XYZ52.783537.176263.4252
Yxy37.17620.34410.2424
Hunter Lab60.972347.8253-18.9946
CIE-Lab67.409051.4608-23.2224

#ea7fcf color RGB value is (234,127,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111111 11001111
Octal 352 177 317
Decimal 234 127 207
Hex EA 7F CF

RGB Percentages of Color #ea7fcf

%41.20
%22.36
%36.44

CMYK Percentages of Color #ea7fcf

%0
%46
%12
%8

Triadic Colors of #ea7fcf

#ea7fcf #cfea7f #7fcfea

Analogous Colors of #ea7fcf

#ea7fcf #ea7f9a #d07fea

Monochromatic Colors of #ea7fcf

#ea7fcf

Complementary Color

#ea7fcf #7fea9a

#ea7fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7fcf Color CSS Codes

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

#ea7fcf Text Font Color

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

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


#ea7fcf Background Color

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

This div background color is #ea7fcf


#ea7fcf Border Color

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

This div border color is #ea7fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7fcf


Comments

No comments written yet.

Please login to write comment.