Color Hex Logo

#e584cc Color Hex

#E584CC
(229,132,204)
0 Favorites   0 Comments

Color spaces of #e584cc

RGB 229132204
HSL0.880.650.71
HSV315°42°90°
CMYK 0.000.420.11   0.10
XYZ51.463437.520261.6564
Yxy37.52020.34160.2491
Hunter Lab61.253742.7759-16.8021
CIE-Lab67.665546.9002-21.2128

#e584cc color RGB value is (229,132,204).

#e584cc hex color red value is 229, green value is 132 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e584cc hue: 0.88 , saturation: 0.65 and the lightness value of e584cc is 0.71.

The process color (four color CMYK) of #e584cc color hex is 0.00, 0.42, 0.11, 0.10. Web safe color of #e584cc is #cc99cc. Color #e584cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000100 11001100
Octal 345 204 314
Decimal 229 132 204
Hex E5 84 CC

RGB Percentages of Color #e584cc

%40.53
%23.36
%36.11

CMYK Percentages of Color #e584cc

%0
%42
%11
%10

Triadic Colors of #e584cc

#e584cc #cce584 #84cce5

Analogous Colors of #e584cc

#e584cc #e5849c #ce84e5

Monochromatic Colors of #e584cc

#e584cc

Complementary Color

#e584cc #84e59d

#e584cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e584cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e584cc Color CSS Codes

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

#e584cc Text Font Color

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

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


#e584cc Background Color

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

This div background color is #e584cc


#e584cc Border Color

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

This div border color is #e584cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e584cc


Comments

No comments written yet.

Please login to write comment.