Color Hex Logo

#ea5fcf Color Hex

#EA5FCF
(234,95,207)
0 Favorites   0 Comments

Color spaces of #ea5fcf

RGB 23495207
HSL0.870.770.65
HSV312°59°92°
CMYK 0.000.590.12   0.08
XYZ49.286430.181862.2595
Yxy30.18180.34780.2130
Hunter Lab54.938063.9960-28.7350
CIE-Lab61.810866.3067-31.8449

#ea5fcf color RGB value is (234,95,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011111 11001111
Octal 352 137 317
Decimal 234 95 207
Hex EA 5F CF

RGB Percentages of Color #ea5fcf

%43.66
%17.72
%38.62

CMYK Percentages of Color #ea5fcf

%0
%59
%12
%8

Triadic Colors of #ea5fcf

#ea5fcf #cfea5f #5fcfea

Analogous Colors of #ea5fcf

#ea5fcf #ea5f8a #c05fea

Monochromatic Colors of #ea5fcf

#ea5fcf

Complementary Color

#ea5fcf #5fea7a

#ea5fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5fcf Color CSS Codes

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

#ea5fcf Text Font Color

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

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


#ea5fcf Background Color

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

This div background color is #ea5fcf


#ea5fcf Border Color

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

This div border color is #ea5fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5fcf


Comments

No comments written yet.

Please login to write comment.