Color Hex Logo

#e871ed Color Hex

#E871ED
(232,113,237)
0 Favorites   0 Comments

Color spaces of #e871ed

RGB 232113237
HSL0.830.780.69
HSV298°52°93°
CMYK 0.020.520.00   0.07
XYZ54.469935.080584.0211
Yxy35.08050.31380.2021
Hunter Lab59.228860.5076-42.6478
CIE-Lab65.811362.6786-42.3911

#e871ed color RGB value is (232,113,237).

#e871ed hex color red value is 232, green value is 113 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e871ed hue: 0.83 , saturation: 0.78 and the lightness value of e871ed is 0.69.

The process color (four color CMYK) of #e871ed color hex is 0.02, 0.52, 0.00, 0.07. Web safe color of #e871ed is #ff66ff. Color #e871ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110001 11101101
Octal 350 161 355
Decimal 232 113 237
Hex E8 71 ED

RGB Percentages of Color #e871ed

%39.86
%19.42
%40.72

CMYK Percentages of Color #e871ed

%2
%52
%0
%7

Triadic Colors of #e871ed

#e871ed #ede871 #71ede8

Analogous Colors of #e871ed

#e871ed #ed71b4 #aa71ed

Monochromatic Colors of #e871ed

#e871ed

Complementary Color

#e871ed #76ed71

#e871ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e871ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e871ed Color CSS Codes

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

#e871ed Text Font Color

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

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


#e871ed Background Color

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

This div background color is #e871ed


#e871ed Border Color

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

This div border color is #e871ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e871ed


Comments

No comments written yet.

Please login to write comment.