Color Hex Logo

#e594dc Color Hex

#E594DC
(229,148,220)
0 Favorites   0 Comments

Color spaces of #e594dc

RGB 229148220
HSL0.850.610.74
HSV307°35°90°
CMYK 0.000.350.04   0.10
XYZ55.821343.005173.0689
Yxy43.00510.32470.2502
Hunter Lab65.578337.1801-20.1576
CIE-Lab71.558441.3131-24.1377

#e594dc color RGB value is (229,148,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010100 11011100
Octal 345 224 334
Decimal 229 148 220
Hex E5 94 DC

RGB Percentages of Color #e594dc

%38.36
%24.79
%36.85

CMYK Percentages of Color #e594dc

%0
%35
%4
%10

Triadic Colors of #e594dc

#e594dc #dce594 #94dce5

Analogous Colors of #e594dc

#e594dc #e594b4 #c694e5

Monochromatic Colors of #e594dc

#e594dc

Complementary Color

#e594dc #94e59d

#e594dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e594dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e594dc Color CSS Codes

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

#e594dc Text Font Color

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

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


#e594dc Background Color

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

This div background color is #e594dc


#e594dc Border Color

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

This div border color is #e594dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,148,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e594dc


Comments

No comments written yet.

Please login to write comment.