Color Hex Logo

#e471ec Color Hex

#E471EC
(228,113,236)
0 Favorites   0 Comments

Color spaces of #e471ec

RGB 228113236
HSL0.820.760.68
HSV296°52°93°
CMYK 0.030.520.00   0.07
XYZ53.040434.360483.1936
Yxy34.36040.31090.2014
Hunter Lab58.617758.9351-43.1153
CIE-Lab65.247661.4428-42.7587

#e471ec color RGB value is (228,113,236).

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

The process color (four color CMYK) of #e471ec color hex is 0.03, 0.52, 0.00, 0.07. Web safe color of #e471ec is #cc66ff. Color #e471ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110001 11101100
Octal 344 161 354
Decimal 228 113 236
Hex E4 71 EC

RGB Percentages of Color #e471ec

%39.51
%19.58
%40.90

CMYK Percentages of Color #e471ec

%3
%52
%0
%7

Triadic Colors of #e471ec

#e471ec #ece471 #71ece4

Analogous Colors of #e471ec

#e471ec #ec71b7 #a771ec

Monochromatic Colors of #e471ec

#e471ec

Complementary Color

#e471ec #79ec71

#e471ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e471ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e471ec Color CSS Codes

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

#e471ec Text Font Color

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

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


#e471ec Background Color

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

This div background color is #e471ec


#e471ec Border Color

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

This div border color is #e471ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,113,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 #e471ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e471ec


Comments

No comments written yet.

Please login to write comment.