Color Hex Logo

#ea5ebf Color Hex

#EA5EBF
(234,94,191)
0 Favorites   0 Comments

Color spaces of #ea5ebf

RGB 23494191
HSL0.880.770.64
HSV318°60°92°
CMYK 0.000.600.18   0.08
XYZ47.338429.259452.4428
Yxy29.25940.36680.2267
Hunter Lab54.092061.5528-19.6180
CIE-Lab61.009964.3952-23.9976

#ea5ebf color RGB value is (234,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011110 10111111
Octal 352 136 277
Decimal 234 94 191
Hex EA 5E BF

RGB Percentages of Color #ea5ebf

%45.09
%18.11
%36.80

CMYK Percentages of Color #ea5ebf

%0
%60
%18
%8

Triadic Colors of #ea5ebf

#ea5ebf #bfea5e #5ebfea

Analogous Colors of #ea5ebf

#ea5ebf #ea5e79 #cf5eea

Monochromatic Colors of #ea5ebf

#ea5ebf

Complementary Color

#ea5ebf #5eea89

#ea5ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5ebf Color CSS Codes

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

#ea5ebf Text Font Color

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

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


#ea5ebf Background Color

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

This div background color is #ea5ebf


#ea5ebf Border Color

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

This div border color is #ea5ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5ebf


Comments

No comments written yet.

Please login to write comment.