Color Hex Logo

#e873de Color Hex

#E873DE
(232,115,222)
0 Favorites   0 Comments

Color spaces of #e873de

RGB 232115222
HSL0.850.720.68
HSV305°50°91°
CMYK 0.000.500.04   0.09
XYZ52.594334.691273.0313
Yxy34.69120.32810.2164
Hunter Lab58.899256.3186-32.2864
CIE-Lab65.507559.1652-34.5403

#e873de color RGB value is (232,115,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110011 11011110
Octal 350 163 336
Decimal 232 115 222
Hex E8 73 DE

RGB Percentages of Color #e873de

%40.77
%20.21
%39.02

CMYK Percentages of Color #e873de

%0
%50
%4
%9

Triadic Colors of #e873de

#e873de #dee873 #73dee8

Analogous Colors of #e873de

#e873de #e873a4 #b873e8

Monochromatic Colors of #e873de

#e873de

Complementary Color

#e873de #73e87d

#e873de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e873de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e873de Color CSS Codes

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

#e873de Text Font Color

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

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


#e873de Background Color

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

This div background color is #e873de


#e873de Border Color

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

This div border color is #e873de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e873de


Comments

No comments written yet.

Please login to write comment.