Color Hex Logo

#e499cd Color Hex

#E499CD
(228,153,205)
0 Favorites   0 Comments

Color spaces of #e499cd

RGB 228153205
HSL0.880.580.75
HSV318°33°89°
CMYK 0.000.330.10   0.11
XYZ54.405643.684263.3220
Yxy43.68420.33710.2706
Hunter Lab66.094031.2686-10.5375
CIE-Lab72.016935.7668-15.1871

#e499cd color RGB value is (228,153,205).

#e499cd hex color red value is 228, green value is 153 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e499cd hue: 0.88 , saturation: 0.58 and the lightness value of e499cd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011001 11001101
Octal 344 231 315
Decimal 228 153 205
Hex E4 99 CD

RGB Percentages of Color #e499cd

%38.91
%26.11
%34.98

CMYK Percentages of Color #e499cd

%0
%33
%10
%11

Triadic Colors of #e499cd

#e499cd #cde499 #99cde4

Analogous Colors of #e499cd

#e499cd #e499a8 #d699e4

Monochromatic Colors of #e499cd

#e499cd

Complementary Color

#e499cd #99e4b0

#e499cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e499cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e499cd Color CSS Codes

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

#e499cd Text Font Color

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

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


#e499cd Background Color

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

This div background color is #e499cd


#e499cd Border Color

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

This div border color is #e499cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,153,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e499cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e499cd;
  -webkit-box-shadow: 1px 1px 3px 2px #e499cd;
  box-shadow:         1px 1px 3px 2px #e499cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,153,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e499cd


Comments

No comments written yet.

Please login to write comment.