Color Hex Logo

#ea5dbc Color Hex

#EA5DBC
(234,93,188)
0 Favorites   0 Comments

Color spaces of #ea5dbc

RGB 23493188
HSL0.890.770.64
HSV320°60°92°
CMYK 0.000.600.20   0.08
XYZ46.923128.952050.6921
Yxy28.95200.37070.2287
Hunter Lab53.807161.5007-18.1927
CIE-Lab60.739264.3993-22.6999

#ea5dbc color RGB value is (234,93,188).

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

The process color (four color CMYK) of #ea5dbc color hex is 0.00, 0.60, 0.20, 0.08. Web safe color of #ea5dbc is #ff66cc. Color #ea5dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011101 10111100
Octal 352 135 274
Decimal 234 93 188
Hex EA 5D BC

RGB Percentages of Color #ea5dbc

%45.44
%18.06
%36.50

CMYK Percentages of Color #ea5dbc

%0
%60
%20
%8

Triadic Colors of #ea5dbc

#ea5dbc #bcea5d #5dbcea

Analogous Colors of #ea5dbc

#ea5dbc #ea5d76 #d25dea

Monochromatic Colors of #ea5dbc

#ea5dbc

Complementary Color

#ea5dbc #5dea8b

#ea5dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5dbc Color CSS Codes

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

#ea5dbc Text Font Color

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

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


#ea5dbc Background Color

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

This div background color is #ea5dbc


#ea5dbc Border Color

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

This div border color is #ea5dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5dbc


Comments

No comments written yet.

Please login to write comment.