Color Hex Logo

#e471ef Color Hex

#E471EF
(228,113,239)
0 Favorites   0 Comments

Color spaces of #e471ef

RGB 228113239
HSL0.820.800.69
HSV295°53°94°
CMYK 0.050.530.00   0.06
XYZ53.480034.536285.5088
Yxy34.53620.30820.1990
Hunter Lab58.767559.5966-45.1318
CIE-Lab65.386061.9807-44.2008

#e471ef color RGB value is (228,113,239).

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

The process color (four color CMYK) of #e471ef color hex is 0.05, 0.53, 0.00, 0.06. Web safe color of #e471ef is #cc66ff. Color #e471ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110001 11101111
Octal 344 161 357
Decimal 228 113 239
Hex E4 71 EF

RGB Percentages of Color #e471ef

%39.31
%19.48
%41.21

CMYK Percentages of Color #e471ef

%5
%53
%0
%6

Triadic Colors of #e471ef

#e471ef #efe471 #71efe4

Analogous Colors of #e471ef

#e471ef #ef71bb #a571ef

Monochromatic Colors of #e471ef

#e471ef

Complementary Color

#e471ef #7cef71

#e471ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e471ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e471ef Color CSS Codes

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

#e471ef Text Font Color

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

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


#e471ef Background Color

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

This div background color is #e471ef


#e471ef Border Color

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

This div border color is #e471ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e471ef


Comments

No comments written yet.

Please login to write comment.