Color Hex Logo

#ea5fbb Color Hex

#EA5FBB
(234,95,187)
0 Favorites   0 Comments

Color spaces of #ea5fbb

RGB 23495187
HSL0.890.770.65
HSV320°59°92°
CMYK 0.000.590.20   0.08
XYZ46.993529.264750.1855
Yxy29.26470.37170.2314
Hunter Lab54.096960.3920-17.1354
CIE-Lab61.014563.4103-21.7072

#ea5fbb color RGB value is (234,95,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011111 10111011
Octal 352 137 273
Decimal 234 95 187
Hex EA 5F BB

RGB Percentages of Color #ea5fbb

%45.35
%18.41
%36.24

CMYK Percentages of Color #ea5fbb

%0
%59
%20
%8

Triadic Colors of #ea5fbb

#ea5fbb #bbea5f #5fbbea

Analogous Colors of #ea5fbb

#ea5fbb #ea5f76 #d45fea

Monochromatic Colors of #ea5fbb

#ea5fbb

Complementary Color

#ea5fbb #5fea8e

#ea5fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5fbb Color CSS Codes

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

#ea5fbb Text Font Color

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

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


#ea5fbb Background Color

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

This div background color is #ea5fbb


#ea5fbb Border Color

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

This div border color is #ea5fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5fbb


Comments

No comments written yet.

Please login to write comment.