Color Hex Logo

#e496cd Color Hex

#E496CD
(228,150,205)
0 Favorites   0 Comments

Color spaces of #e496cd

RGB 228150205
HSL0.880.590.74
HSV318°34°89°
CMYK 0.000.340.10   0.11
XYZ53.920742.714563.1604
Yxy42.71450.33740.2673
Hunter Lab65.356332.8936-11.5485
CIE-Lab71.360837.3580-16.1763

#e496cd color RGB value is (228,150,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010110 11001101
Octal 344 226 315
Decimal 228 150 205
Hex E4 96 CD

RGB Percentages of Color #e496cd

%39.11
%25.73
%35.16

CMYK Percentages of Color #e496cd

%0
%34
%10
%11

Triadic Colors of #e496cd

#e496cd #cde496 #96cde4

Analogous Colors of #e496cd

#e496cd #e496a6 #d496e4

Monochromatic Colors of #e496cd

#e496cd

Complementary Color

#e496cd #96e4ad

#e496cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e496cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e496cd Color CSS Codes

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

#e496cd Text Font Color

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

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


#e496cd Background Color

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

This div background color is #e496cd


#e496cd Border Color

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

This div border color is #e496cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e496cd


Comments

No comments written yet.

Please login to write comment.