Color Hex Logo

#e453af Color Hex

#E453AF
(228,83,175)
0 Favorites   0 Comments

Color spaces of #e453af

RGB 22883175
HSL0.890.730.61
HSV322°64°89°
CMYK 0.000.640.23   0.11
XYZ42.826025.775643.2755
Yxy25.77560.38280.2304
Hunter Lab50.769761.7241-14.9994
CIE-Lab57.823465.1140-19.7656

#e453af color RGB value is (228,83,175).

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

The process color (four color CMYK) of #e453af color hex is 0.00, 0.64, 0.23, 0.11. Web safe color of #e453af is #cc6699. Color #e453af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010011 10101111
Octal 344 123 257
Decimal 228 83 175
Hex E4 53 AF

RGB Percentages of Color #e453af

%46.91
%17.08
%36.01

CMYK Percentages of Color #e453af

%0
%64
%23
%11

Triadic Colors of #e453af

#e453af #afe453 #53afe4

Analogous Colors of #e453af

#e453af #e45367 #d153e4

Monochromatic Colors of #e453af

#e453af

Complementary Color

#e453af #53e488

#e453af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e453af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e453af Color CSS Codes

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

#e453af Text Font Color

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

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


#e453af Background Color

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

This div background color is #e453af


#e453af Border Color

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

This div border color is #e453af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,83,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e453af


Comments

No comments written yet.

Please login to write comment.