Color Hex Logo

#e445ca Color Hex

#E445CA
(228,69,202)
0 Favorites   0 Comments

Color spaces of #e445ca

RGB 22869202
HSL0.860.750.58
HSV310°70°89°
CMYK 0.000.700.11   0.11
XYZ44.783725.014558.3450
Yxy25.01450.34950.1952
Hunter Lab50.014572.3061-34.1553
CIE-Lab57.089574.0313-36.4304

#e445ca color RGB value is (228,69,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000101 11001010
Octal 344 105 312
Decimal 228 69 202
Hex E4 45 CA

RGB Percentages of Color #e445ca

%45.69
%13.83
%40.48

CMYK Percentages of Color #e445ca

%0
%70
%11
%11

Triadic Colors of #e445ca

#e445ca #cae445 #45cae4

Analogous Colors of #e445ca

#e445ca #e4457b #af45e4

Monochromatic Colors of #e445ca

#e445ca

Complementary Color

#e445ca #45e45f

#e445ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e445ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e445ca Color CSS Codes

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

#e445ca Text Font Color

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

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


#e445ca Background Color

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

This div background color is #e445ca


#e445ca Border Color

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

This div border color is #e445ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e445ca


Comments

No comments written yet.

Please login to write comment.