Color Hex Logo

#e087cc Color Hex

#E087CC
(224,135,204)
0 Favorites   0 Comments

Color spaces of #e087cc

RGB 224135204
HSL0.870.590.70
HSV313°40°88°
CMYK 0.000.400.09   0.12
XYZ50.303537.534961.7204
Yxy37.53490.33630.2510
Hunter Lab61.265739.3461-16.8440
CIE-Lab67.676443.7681-21.2512

#e087cc color RGB value is (224,135,204).

#e087cc hex color red value is 224, green value is 135 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e087cc hue: 0.87 , saturation: 0.59 and the lightness value of e087cc is 0.70.

The process color (four color CMYK) of #e087cc color hex is 0.00, 0.40, 0.09, 0.12. Web safe color of #e087cc is #cc99cc. Color #e087cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000111 11001100
Octal 340 207 314
Decimal 224 135 204
Hex E0 87 CC

RGB Percentages of Color #e087cc

%39.79
%23.98
%36.23

CMYK Percentages of Color #e087cc

%0
%40
%9
%12

Triadic Colors of #e087cc

#e087cc #cce087 #87cce0

Analogous Colors of #e087cc

#e087cc #e087a0 #c887e0

Monochromatic Colors of #e087cc

#e087cc

Complementary Color

#e087cc #87e09b

#e087cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e087cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e087cc Color CSS Codes

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

#e087cc Text Font Color

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

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


#e087cc Background Color

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

This div background color is #e087cc


#e087cc Border Color

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

This div border color is #e087cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e087cc


Comments

No comments written yet.

Please login to write comment.