Color Hex Logo

#e441ec Color Hex

#E441EC
(228,65,236)
0 Favorites   0 Comments

Color spaces of #e441ec

RGB 22865236
HSL0.830.820.59
HSV297°72°93°
CMYK 0.030.720.00   0.07
XYZ49.025526.330781.8553
Yxy26.33070.31180.1675
Hunter Lab51.313480.7426-58.6601
CIE-Lab58.349680.5153-53.6661

#e441ec color RGB value is (228,65,236).

#e441ec hex color red value is 228, green value is 65 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e441ec hue: 0.83 , saturation: 0.82 and the lightness value of e441ec is 0.59.

The process color (four color CMYK) of #e441ec color hex is 0.03, 0.72, 0.00, 0.07. Web safe color of #e441ec is #cc33ff. Color #e441ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000001 11101100
Octal 344 101 354
Decimal 228 65 236
Hex E4 41 EC

RGB Percentages of Color #e441ec

%43.10
%12.29
%44.61

CMYK Percentages of Color #e441ec

%3
%72
%0
%7

Triadic Colors of #e441ec

#e441ec #ece441 #41ece4

Analogous Colors of #e441ec

#e441ec #ec419f #8f41ec

Monochromatic Colors of #e441ec

#e441ec

Complementary Color

#e441ec #49ec41

#e441ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e441ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e441ec Color CSS Codes

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

#e441ec Text Font Color

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

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


#e441ec Background Color

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

This div background color is #e441ec


#e441ec Border Color

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

This div border color is #e441ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e441ec


Comments

No comments written yet.

Please login to write comment.