Color Hex Logo

#e875ec Color Hex

#E875EC
(232,117,236)
0 Favorites   0 Comments

Color spaces of #e875ec

RGB 232117236
HSL0.830.760.69
HSV298°50°93°
CMYK 0.020.500.00   0.07
XYZ54.780335.934583.4057
Yxy35.93450.31460.2064
Hunter Lab59.945458.2154-40.5320
CIE-Lab66.469860.6274-40.8067

#e875ec color RGB value is (232,117,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110101 11101100
Octal 350 165 354
Decimal 232 117 236
Hex E8 75 EC

RGB Percentages of Color #e875ec

%39.66
%20.00
%40.34

CMYK Percentages of Color #e875ec

%2
%50
%0
%7

Triadic Colors of #e875ec

#e875ec #ece875 #75ece8

Analogous Colors of #e875ec

#e875ec #ec75b5 #ad75ec

Monochromatic Colors of #e875ec

#e875ec

Complementary Color

#e875ec #79ec75

#e875ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e875ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e875ec Color CSS Codes

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

#e875ec Text Font Color

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

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


#e875ec Background Color

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

This div background color is #e875ec


#e875ec Border Color

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

This div border color is #e875ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e875ec


Comments

No comments written yet.

Please login to write comment.