Color Hex Logo

#e444c5 Color Hex

#E444C5
(228,68,197)
0 Favorites   0 Comments

Color spaces of #e444c5

RGB 22868197
HSL0.870.750.58
HSV312°70°89°
CMYK 0.000.700.14   0.11
XYZ44.140124.659455.2566
Yxy24.65940.35580.1988
Hunter Lab49.658271.7628-31.2135
CIE-Lab56.742073.6564-34.1111

#e444c5 color RGB value is (228,68,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000100 11000101
Octal 344 104 305
Decimal 228 68 197
Hex E4 44 C5

RGB Percentages of Color #e444c5

%46.25
%13.79
%39.96

CMYK Percentages of Color #e444c5

%0
%70
%14
%11

Triadic Colors of #e444c5

#e444c5 #c5e444 #44c5e4

Analogous Colors of #e444c5

#e444c5 #e44475 #b344e4

Monochromatic Colors of #e444c5

#e444c5

Complementary Color

#e444c5 #44e463

#e444c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e444c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e444c5 Color CSS Codes

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

#e444c5 Text Font Color

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

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


#e444c5 Background Color

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

This div background color is #e444c5


#e444c5 Border Color

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

This div border color is #e444c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e444c5


Comments

No comments written yet.

Please login to write comment.