Color Hex Logo

#e873eb Color Hex

#E873EB
(232,115,235)
0 Favorites   0 Comments

Color spaces of #e873eb

RGB 232115235
HSL0.830.750.69
HSV299°51°92°
CMYK 0.010.510.00   0.08
XYZ54.404835.415482.5657
Yxy35.41540.31560.2054
Hunter Lab59.510859.0407-40.6017
CIE-Lab66.070861.3945-40.8783

#e873eb color RGB value is (232,115,235).

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

The process color (four color CMYK) of #e873eb color hex is 0.01, 0.51, 0.00, 0.08. Web safe color of #e873eb is #ff66ff. Color #e873eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110011 11101011
Octal 350 163 353
Decimal 232 115 235
Hex E8 73 EB

RGB Percentages of Color #e873eb

%39.86
%19.76
%40.38

CMYK Percentages of Color #e873eb

%1
%51
%0
%8

Triadic Colors of #e873eb

#e873eb #ebe873 #73ebe8

Analogous Colors of #e873eb

#e873eb #eb73b2 #ac73eb

Monochromatic Colors of #e873eb

#e873eb

Complementary Color

#e873eb #76eb73

#e873eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e873eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e873eb Color CSS Codes

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

#e873eb Text Font Color

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

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


#e873eb Background Color

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

This div background color is #e873eb


#e873eb Border Color

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

This div border color is #e873eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e873eb


Comments

No comments written yet.

Please login to write comment.