Color Hex Logo

#ea5cbe Color Hex

#EA5CBE
(234,92,190)
0 Favorites   0 Comments

Color spaces of #ea5cbe

RGB 23492190
HSL0.880.770.64
HSV319°61°92°
CMYK 0.000.610.19   0.08
XYZ47.053128.864451.8066
Yxy28.86440.36840.2260
Hunter Lab53.725662.3112-19.5643
CIE-Lab60.661865.0979-23.9612

#ea5cbe color RGB value is (234,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011100 10111110
Octal 352 134 276
Decimal 234 92 190
Hex EA 5C BE

RGB Percentages of Color #ea5cbe

%45.35
%17.83
%36.82

CMYK Percentages of Color #ea5cbe

%0
%61
%19
%8

Triadic Colors of #ea5cbe

#ea5cbe #beea5c #5cbeea

Analogous Colors of #ea5cbe

#ea5cbe #ea5c77 #cf5cea

Monochromatic Colors of #ea5cbe

#ea5cbe

Complementary Color

#ea5cbe #5cea88

#ea5cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5cbe Color CSS Codes

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

#ea5cbe Text Font Color

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

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


#ea5cbe Background Color

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

This div background color is #ea5cbe


#ea5cbe Border Color

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

This div border color is #ea5cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5cbe


Comments

No comments written yet.

Please login to write comment.