Color Hex Logo

#e445d1 Color Hex

#E445D1
(228,69,209)
0 Favorites   0 Comments

Color spaces of #e445d1

RGB 22869209
HSL0.850.750.58
HSV307°70°89°
CMYK 0.000.700.08   0.11
XYZ45.631725.353762.8103
Yxy25.35370.34110.1895
Hunter Lab50.352573.6481-38.7124
CIE-Lab57.418475.0541-39.9060

#e445d1 color RGB value is (228,69,209).

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

The process color (four color CMYK) of #e445d1 color hex is 0.00, 0.70, 0.08, 0.11. Web safe color of #e445d1 is #cc33cc. Color #e445d1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000101 11010001
Octal 344 105 321
Decimal 228 69 209
Hex E4 45 D1

RGB Percentages of Color #e445d1

%45.06
%13.64
%41.30

CMYK Percentages of Color #e445d1

%0
%70
%8
%11

Triadic Colors of #e445d1

#e445d1 #d1e445 #45d1e4

Analogous Colors of #e445d1

#e445d1 #e44582 #a845e4

Monochromatic Colors of #e445d1

#e445d1

Complementary Color

#e445d1 #45e458

#e445d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e445d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e445d1 Color CSS Codes

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

#e445d1 Text Font Color

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

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


#e445d1 Background Color

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

This div background color is #e445d1


#e445d1 Border Color

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

This div border color is #e445d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e445d1


Comments

No comments written yet.

Please login to write comment.