Color Hex Logo

#e554ba Color Hex

#E554BA
(229,84,186)
0 Favorites   0 Comments

Color spaces of #e554ba

RGB 22984186
HSL0.880.740.61
HSV318°63°90°
CMYK 0.000.630.19   0.10
XYZ44.346326.543849.2405
Yxy26.54380.36920.2210
Hunter Lab51.520763.4823-20.6015
CIE-Lab58.549766.4669-24.9811

#e554ba color RGB value is (229,84,186).

#e554ba hex color red value is 229, green value is 84 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e554ba hue: 0.88 , saturation: 0.74 and the lightness value of e554ba is 0.61.

The process color (four color CMYK) of #e554ba color hex is 0.00, 0.63, 0.19, 0.10. Web safe color of #e554ba is #cc66cc. Color #e554ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010100 10111010
Octal 345 124 272
Decimal 229 84 186
Hex E5 54 BA

RGB Percentages of Color #e554ba

%45.89
%16.83
%37.27

CMYK Percentages of Color #e554ba

%0
%63
%19
%10

Triadic Colors of #e554ba

#e554ba #bae554 #54bae5

Analogous Colors of #e554ba

#e554ba #e55472 #c854e5

Monochromatic Colors of #e554ba

#e554ba

Complementary Color

#e554ba #54e57f

#e554ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e554ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e554ba Color CSS Codes

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

#e554ba Text Font Color

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

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


#e554ba Background Color

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

This div background color is #e554ba


#e554ba Border Color

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

This div border color is #e554ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,84,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e554ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e554ba;
  -webkit-box-shadow: 1px 1px 3px 2px #e554ba;
  box-shadow:         1px 1px 3px 2px #e554ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,84,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e554ba


Comments

No comments written yet.

Please login to write comment.