Color Hex Logo

#e594cc Color Hex

#E594CC
(229,148,204)
0 Favorites   0 Comments

Color spaces of #e594cc

RGB 229148204
HSL0.880.610.74
HSV319°35°90°
CMYK 0.000.350.11   0.10
XYZ53.802142.197562.4360
Yxy42.19750.33960.2663
Hunter Lab64.959634.1614-11.5149
CIE-Lab71.006938.5797-16.1463

#e594cc color RGB value is (229,148,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010100 11001100
Octal 345 224 314
Decimal 229 148 204
Hex E5 94 CC

RGB Percentages of Color #e594cc

%39.41
%25.47
%35.11

CMYK Percentages of Color #e594cc

%0
%35
%11
%10

Triadic Colors of #e594cc

#e594cc #cce594 #94cce5

Analogous Colors of #e594cc

#e594cc #e594a4 #d694e5

Monochromatic Colors of #e594cc

#e594cc

Complementary Color

#e594cc #94e5ad

#e594cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e594cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e594cc Color CSS Codes

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

#e594cc Text Font Color

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

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


#e594cc Background Color

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

This div background color is #e594cc


#e594cc Border Color

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

This div border color is #e594cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e594cc


Comments

No comments written yet.

Please login to write comment.