Color Hex Logo

#d797cb Color Hex

#D797CB
(215,151,203)
0 Favorites   0 Comments

Color spaces of #d797cb

RGB 215151203
HSL0.860.440.72
HSV311°30°84°
CMYK 0.000.300.06   0.16
XYZ49.870440.892161.7644
Yxy40.89210.32700.2681
Hunter Lab63.946927.3000-12.5036
CIE-Lab70.100332.1565-17.1115

#d797cb color RGB value is (215,151,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010111 11001011
Octal 327 227 313
Decimal 215 151 203
Hex D7 97 CB

RGB Percentages of Color #d797cb

%37.79
%26.54
%35.68

CMYK Percentages of Color #d797cb

%0
%30
%6
%16

Triadic Colors of #d797cb

#d797cb #cbd797 #97cbd7

Analogous Colors of #d797cb

#d797cb #d797ab #c397d7

Monochromatic Colors of #d797cb

#d797cb

Complementary Color

#d797cb #97d7a3

#d797cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d797cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d797cb Color CSS Codes

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

#d797cb Text Font Color

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

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


#d797cb Background Color

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

This div background color is #d797cb


#d797cb Border Color

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

This div border color is #d797cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d797cb

#d797cb Color Palettes


Comments

No comments written yet.

Please login to write comment.