Color Hex Logo

#ea5cbf Color Hex

#EA5CBF
(234,92,191)
0 Favorites   0 Comments

Color spaces of #ea5cbf

RGB 23492191
HSL0.880.770.64
HSV318°61°92°
CMYK 0.000.610.18   0.08
XYZ47.162828.908352.3843
Yxy28.90830.36720.2250
Hunter Lab53.766462.4852-20.1294
CIE-Lab60.700665.2376-24.4725

#ea5cbf color RGB value is (234,92,191).

#ea5cbf hex color red value is 234, green value is 92 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ea5cbf hue: 0.88 , saturation: 0.77 and the lightness value of ea5cbf is 0.64.

The process color (four color CMYK) of #ea5cbf color hex is 0.00, 0.61, 0.18, 0.08. Web safe color of #ea5cbf is #ff66cc. Color #ea5cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011100 10111111
Octal 352 134 277
Decimal 234 92 191
Hex EA 5C BF

RGB Percentages of Color #ea5cbf

%45.26
%17.79
%36.94

CMYK Percentages of Color #ea5cbf

%0
%61
%18
%8

Triadic Colors of #ea5cbf

#ea5cbf #bfea5c #5cbfea

Analogous Colors of #ea5cbf

#ea5cbf #ea5c78 #ce5cea

Monochromatic Colors of #ea5cbf

#ea5cbf

Complementary Color

#ea5cbf #5cea87

#ea5cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5cbf Color CSS Codes

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

#ea5cbf Text Font Color

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

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


#ea5cbf Background Color

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

This div background color is #ea5cbf


#ea5cbf Border Color

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

This div border color is #ea5cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5cbf


Comments

No comments written yet.

Please login to write comment.