Color Hex Logo

#d796ce Color Hex

#D796CE
(215,150,206)
0 Favorites   0 Comments

Color spaces of #d796ce

RGB 215150206
HSL0.860.450.72
HSV308°30°84°
CMYK 0.000.300.04   0.16
XYZ50.071340.716063.6124
Yxy40.71600.32430.2637
Hunter Lab63.809128.4039-14.4409
CIE-Lab69.976533.2308-18.9599

#d796ce color RGB value is (215,150,206).

#d796ce hex color red value is 215, green value is 150 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d796ce hue: 0.86 , saturation: 0.45 and the lightness value of d796ce is 0.72.

The process color (four color CMYK) of #d796ce color hex is 0.00, 0.30, 0.04, 0.16. Web safe color of #d796ce is #cc99cc. Color #d796ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010110 11001110
Octal 327 226 316
Decimal 215 150 206
Hex D7 96 CE

RGB Percentages of Color #d796ce

%37.65
%26.27
%36.08

CMYK Percentages of Color #d796ce

%0
%30
%4
%16

Triadic Colors of #d796ce

#d796ce #ced796 #96ced7

Analogous Colors of #d796ce

#d796ce #d796ae #c096d7

Monochromatic Colors of #d796ce

#d796ce

Complementary Color

#d796ce #96d79f

#d796ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d796ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d796ce Color CSS Codes

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

#d796ce Text Font Color

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

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


#d796ce Background Color

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

This div background color is #d796ce


#d796ce Border Color

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

This div border color is #d796ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d796ce


Comments

No comments written yet.

Please login to write comment.