Color Hex Logo

#e874de Color Hex

#E874DE
(232,116,222)
0 Favorites   0 Comments

Color spaces of #e874de

RGB 232116222
HSL0.850.720.68
HSV305°50°91°
CMYK 0.000.500.04   0.09
XYZ52.708934.920573.0695
Yxy34.92050.32800.2173
Hunter Lab59.093655.8005-31.9469
CIE-Lab65.686758.6908-34.2618

#e874de color RGB value is (232,116,222).

#e874de hex color red value is 232, green value is 116 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e874de hue: 0.85 , saturation: 0.72 and the lightness value of e874de is 0.68.

The process color (four color CMYK) of #e874de color hex is 0.00, 0.50, 0.04, 0.09. Web safe color of #e874de is #ff66cc. Color #e874de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110100 11011110
Octal 350 164 336
Decimal 232 116 222
Hex E8 74 DE

RGB Percentages of Color #e874de

%40.70
%20.35
%38.95

CMYK Percentages of Color #e874de

%0
%50
%4
%9

Triadic Colors of #e874de

#e874de #dee874 #74dee8

Analogous Colors of #e874de

#e874de #e874a4 #b874e8

Monochromatic Colors of #e874de

#e874de

Complementary Color

#e874de #74e87e

#e874de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e874de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e874de Color CSS Codes

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

#e874de Text Font Color

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

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


#e874de Background Color

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

This div background color is #e874de


#e874de Border Color

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

This div border color is #e874de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e874de


Comments

No comments written yet.

Please login to write comment.