Color Hex Logo

#d796bd Color Hex

#D796BD
(215,150,189)
0 Favorites   0 Comments

Color spaces of #d796bd

RGB 215150189
HSL0.900.450.72
HSV324°30°84°
CMYK 0.000.300.12   0.16
XYZ48.116039.933953.3161
Yxy39.93390.34040.2825
Hunter Lab63.193325.3235-5.7876
CIE-Lab69.422430.2926-10.3586

#d796bd color RGB value is (215,150,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010110 10111101
Octal 327 226 275
Decimal 215 150 189
Hex D7 96 BD

RGB Percentages of Color #d796bd

%38.81
%27.08
%34.12

CMYK Percentages of Color #d796bd

%0
%30
%12
%16

Triadic Colors of #d796bd

#d796bd #bdd796 #96bdd7

Analogous Colors of #d796bd

#d796bd #d7969d #d196d7

Monochromatic Colors of #d796bd

#d796bd

Complementary Color

#d796bd #96d7b0

#d796bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d796bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d796bd Color CSS Codes

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

#d796bd Text Font Color

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

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


#d796bd Background Color

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

This div background color is #d796bd


#d796bd Border Color

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

This div border color is #d796bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d796bd


Comments

No comments written yet.

Please login to write comment.