Color Hex Logo

#e453ba Color Hex

#E453BA
(228,83,186)
0 Favorites   0 Comments

Color spaces of #e453ba

RGB 22883186
HSL0.880.730.61
HSV317°64°89°
CMYK 0.000.640.18   0.11
XYZ43.951126.225749.2000
Yxy26.22570.36820.2197
Hunter Lab51.211063.5756-21.1140
CIE-Lab58.250766.6003-25.4545

#e453ba color RGB value is (228,83,186).

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

The process color (four color CMYK) of #e453ba color hex is 0.00, 0.64, 0.18, 0.11. Web safe color of #e453ba is #cc66cc. Color #e453ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010011 10111010
Octal 344 123 272
Decimal 228 83 186
Hex E4 53 BA

RGB Percentages of Color #e453ba

%45.88
%16.70
%37.42

CMYK Percentages of Color #e453ba

%0
%64
%18
%11

Triadic Colors of #e453ba

#e453ba #bae453 #53bae4

Analogous Colors of #e453ba

#e453ba #e45372 #c653e4

Monochromatic Colors of #e453ba

#e453ba

Complementary Color

#e453ba #53e47d

#e453ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e453ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e453ba Color CSS Codes

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

#e453ba Text Font Color

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

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


#e453ba Background Color

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

This div background color is #e453ba


#e453ba Border Color

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

This div border color is #e453ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e453ba


Comments

No comments written yet.

Please login to write comment.