Color Hex Logo

#e875ea Color Hex

#E875EA
(232,117,234)
0 Favorites   0 Comments

Color spaces of #e875ea

RGB 232117234
HSL0.830.740.69
HSV299°50°92°
CMYK 0.010.500.00   0.08
XYZ54.491335.818981.8836
Yxy35.81890.31650.2080
Hunter Lab59.848957.7854-39.2247
CIE-Lab66.381360.2760-39.8393

#e875ea color RGB value is (232,117,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110101 11101010
Octal 350 165 352
Decimal 232 117 234
Hex E8 75 EA

RGB Percentages of Color #e875ea

%39.79
%20.07
%40.14

CMYK Percentages of Color #e875ea

%1
%50
%0
%8

Triadic Colors of #e875ea

#e875ea #eae875 #75eae8

Analogous Colors of #e875ea

#e875ea #ea75b2 #ae75ea

Monochromatic Colors of #e875ea

#e875ea

Complementary Color

#e875ea #77ea75

#e875ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e875ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e875ea Color CSS Codes

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

#e875ea Text Font Color

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

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


#e875ea Background Color

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

This div background color is #e875ea


#e875ea Border Color

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

This div border color is #e875ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e875ea


Comments

No comments written yet.

Please login to write comment.