Color Hex Logo

#e873ea Color Hex

#E873EA
(232,115,234)
0 Favorites   0 Comments

Color spaces of #e873ea

RGB 232115234
HSL0.830.740.68
HSV299°51°92°
CMYK 0.010.510.00   0.08
XYZ54.260735.357881.8068
Yxy35.35780.31650.2063
Hunter Lab59.462458.8257-39.9459
CIE-Lab66.026361.2195-40.3946

#e873ea color RGB value is (232,115,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110011 11101010
Octal 350 163 352
Decimal 232 115 234
Hex E8 73 EA

RGB Percentages of Color #e873ea

%39.93
%19.79
%40.28

CMYK Percentages of Color #e873ea

%1
%51
%0
%8

Triadic Colors of #e873ea

#e873ea #eae873 #73eae8

Analogous Colors of #e873ea

#e873ea #ea73b1 #ad73ea

Monochromatic Colors of #e873ea

#e873ea

Complementary Color

#e873ea #75ea73

#e873ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e873ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e873ea Color CSS Codes

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

#e873ea Text Font Color

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

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


#e873ea Background Color

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

This div background color is #e873ea


#e873ea Border Color

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

This div border color is #e873ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e873ea


Comments

No comments written yet.

Please login to write comment.