color codes Logo

#e872cc color codes

#E872CC
(232,114,204)
0 Favorites   0 Comments

Color spaces of #e872cc

RGB 232114204
HSL0.870.720.68
HSV314°51°91°
CMYK 0.000.510.12   0.09
XYZ50.195133.550160.9570
Yxy33.55010.34690.2319
Hunter Lab57.922453.3223-21.8505
CIE-Lab64.603956.7211-25.8635

#e872cc color RGB value is (232,114,204).

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

The process color (four color CMYK) of #e872cc color code is 0.00, 0.51, 0.12, 0.09. Web safe color of #e872cc is #ff66cc. Color #e872cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110010 11001100
Octal 350 162 314
Decimal 232 114 204
Hex E8 72 CC

RGB Percentages of Color #e872cc

%42.18
%20.73
%37.09

CMYK Percentages of Color #e872cc

%0
%51
%12
%9

Triadic Colors of #e872cc

#e872cc #cce872 #72cce8

Analogous Colors of #e872cc

#e872cc #e87291 #c972e8

Monochromatic Colors of #e872cc

#e872cc

Complementary Color

#e872cc #72e88e

#e872cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e872cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e872cc Color CSS Codes

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

#e872cc Text Font Color

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

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


#e872cc Background Color

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

This div background color is #e872cc


#e872cc Border Color

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

This div border color is #e872cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e872cc


Comments

No comments written yet.

Please login to write comment.