Color Hex Logo

#e796d5 Color Hex

#E796D5
(231,150,213)
0 Favorites   0 Comments

Color spaces of #e796d5

RGB 231150213
HSL0.870.630.75
HSV313°35°91°
CMYK 0.000.350.08   0.09
XYZ55.871643.605768.4228
Yxy43.60570.33280.2597
Hunter Lab66.034635.4675-15.2100
CIE-Lab71.964239.6900-19.6454

#e796d5 color RGB value is (231,150,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010110 11010101
Octal 347 226 325
Decimal 231 150 213
Hex E7 96 D5

RGB Percentages of Color #e796d5

%38.89
%25.25
%35.86

CMYK Percentages of Color #e796d5

%0
%35
%8
%9

Triadic Colors of #e796d5

#e796d5 #d5e796 #96d5e7

Analogous Colors of #e796d5

#e796d5 #e796ad #d196e7

Monochromatic Colors of #e796d5

#e796d5

Complementary Color

#e796d5 #96e7a8

#e796d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e796d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e796d5 Color CSS Codes

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

#e796d5 Text Font Color

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

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


#e796d5 Background Color

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

This div background color is #e796d5


#e796d5 Border Color

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

This div border color is #e796d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e796d5


Comments

No comments written yet.

Please login to write comment.