Color Hex Logo

#e445af Color Hex

#E445AF
(228,69,175)
0 Favorites   0 Comments

Color spaces of #e445af

RGB 22869175
HSL0.890.750.58
HSV320°70°89°
CMYK 0.000.700.23   0.11
XYZ41.860923.845442.9537
Yxy23.84540.38520.2194
Hunter Lab48.831867.5631-17.9708
CIE-Lab55.932770.3625-22.6602

#e445af color RGB value is (228,69,175).

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

The process color (four color CMYK) of #e445af color hex is 0.00, 0.70, 0.23, 0.11. Web safe color of #e445af is #cc3399. Color #e445af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000101 10101111
Octal 344 105 257
Decimal 228 69 175
Hex E4 45 AF

RGB Percentages of Color #e445af

%48.31
%14.62
%37.08

CMYK Percentages of Color #e445af

%0
%70
%23
%11

Triadic Colors of #e445af

#e445af #afe445 #45afe4

Analogous Colors of #e445af

#e445af #e44560 #ca45e4

Monochromatic Colors of #e445af

#e445af

Complementary Color

#e445af #45e47a

#e445af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e445af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e445af Color CSS Codes

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

#e445af Text Font Color

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

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


#e445af Background Color

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

This div background color is #e445af


#e445af Border Color

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

This div border color is #e445af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e445af


Comments

No comments written yet.

Please login to write comment.