Color Hex Logo

#ea5bbf Color Hex

#EA5BBF
(234,91,191)
0 Favorites   0 Comments

Color spaces of #ea5bbf

RGB 23491191
HSL0.880.770.64
HSV318°61°92°
CMYK 0.000.610.18   0.08
XYZ47.076728.736252.3556
Yxy28.73620.36730.2242
Hunter Lab53.606262.9472-20.3825
CIE-Lab60.548165.6539-24.7068

#ea5bbf color RGB value is (234,91,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011011 10111111
Octal 352 133 277
Decimal 234 91 191
Hex EA 5B BF

RGB Percentages of Color #ea5bbf

%45.35
%17.64
%37.02

CMYK Percentages of Color #ea5bbf

%0
%61
%18
%8

Triadic Colors of #ea5bbf

#ea5bbf #bfea5b #5bbfea

Analogous Colors of #ea5bbf

#ea5bbf #ea5b78 #ce5bea

Monochromatic Colors of #ea5bbf

#ea5bbf

Complementary Color

#ea5bbf #5bea86

#ea5bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5bbf Color CSS Codes

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

#ea5bbf Text Font Color

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

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


#ea5bbf Background Color

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

This div background color is #ea5bbf


#ea5bbf Border Color

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

This div border color is #ea5bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5bbf


Comments

No comments written yet.

Please login to write comment.