Color Hex Logo

#e796db Color Hex

#E796DB
(231,150,219)
0 Favorites   0 Comments

Color spaces of #e796db

RGB 231150219
HSL0.860.630.75
HSV309°35°91°
CMYK 0.000.350.05   0.09
XYZ56.647543.916172.5088
Yxy43.91610.32730.2537
Hunter Lab66.269236.6122-18.4840
CIE-Lab72.172440.7225-22.6306

#e796db color RGB value is (231,150,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010110 11011011
Octal 347 226 333
Decimal 231 150 219
Hex E7 96 DB

RGB Percentages of Color #e796db

%38.50
%25.00
%36.50

CMYK Percentages of Color #e796db

%0
%35
%5
%9

Triadic Colors of #e796db

#e796db #dbe796 #96dbe7

Analogous Colors of #e796db

#e796db #e796b3 #cb96e7

Monochromatic Colors of #e796db

#e796db

Complementary Color

#e796db #96e7a2

#e796db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e796db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e796db Color CSS Codes

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

#e796db Text Font Color

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

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


#e796db Background Color

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

This div background color is #e796db


#e796db Border Color

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

This div border color is #e796db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,150,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e796db


Comments

No comments written yet.

Please login to write comment.