Color Hex Logo

#e445cd Color Hex

#E445CD
(228,69,205)
0 Favorites   0 Comments

Color spaces of #e445cd

RGB 22869205
HSL0.860.750.58
HSV309°70°89°
CMYK 0.000.700.10   0.11
XYZ45.142525.158060.2343
Yxy25.15800.34580.1927
Hunter Lab50.157872.8758-36.0908
CIE-Lab57.229074.4664-37.9247

#e445cd color RGB value is (228,69,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000101 11001101
Octal 344 105 315
Decimal 228 69 205
Hex E4 45 CD

RGB Percentages of Color #e445cd

%45.42
%13.75
%40.84

CMYK Percentages of Color #e445cd

%0
%70
%10
%11

Triadic Colors of #e445cd

#e445cd #cde445 #45cde4

Analogous Colors of #e445cd

#e445cd #e4457e #ac45e4

Monochromatic Colors of #e445cd

#e445cd

Complementary Color

#e445cd #45e45c

#e445cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e445cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e445cd Color CSS Codes

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

#e445cd Text Font Color

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

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


#e445cd Background Color

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

This div background color is #e445cd


#e445cd Border Color

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

This div border color is #e445cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e445cd


Comments

No comments written yet.

Please login to write comment.