Color Hex Logo

#e796dc Color Hex

#E796DC
(231,150,220)
0 Favorites   0 Comments

Color spaces of #e796dc

RGB 231150220
HSL0.860.630.75
HSV308°35°91°
CMYK 0.000.350.05   0.09
XYZ56.779643.968973.2044
Yxy43.96890.32640.2528
Hunter Lab66.309036.8065-19.0391
CIE-Lab72.207740.8970-23.1265

#e796dc color RGB value is (231,150,220).

#e796dc hex color red value is 231, green value is 150 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e796dc hue: 0.86 , saturation: 0.63 and the lightness value of e796dc is 0.75.

The process color (four color CMYK) of #e796dc color hex is 0.00, 0.35, 0.05, 0.09. Web safe color of #e796dc is #ff99cc. Color #e796dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010110 11011100
Octal 347 226 334
Decimal 231 150 220
Hex E7 96 DC

RGB Percentages of Color #e796dc

%38.44
%24.96
%36.61

CMYK Percentages of Color #e796dc

%0
%35
%5
%9

Triadic Colors of #e796dc

#e796dc #dce796 #96dce7

Analogous Colors of #e796dc

#e796dc #e796b4 #ca96e7

Monochromatic Colors of #e796dc

#e796dc

Complementary Color

#e796dc #96e7a1

#e796dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e796dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e796dc Color CSS Codes

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

#e796dc Text Font Color

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

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


#e796dc Background Color

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

This div background color is #e796dc


#e796dc Border Color

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

This div border color is #e796dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e796dc


Comments

No comments written yet.

Please login to write comment.