Color Hex Logo

#d96bcb Color Hex

#D96BCB
(217,107,203)
0 Favorites   0 Comments

Color spaces of #d96bcb

RGB 217107203
HSL0.850.590.64
HSV308°51°85°
CMYK 0.000.510.06   0.15
XYZ44.652529.578959.8558
Yxy29.57890.33300.2206
Hunter Lab54.386551.3761-27.1819
CIE-Lab61.289255.5492-30.5798

#d96bcb color RGB value is (217,107,203).

#d96bcb hex color red value is 217, green value is 107 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d96bcb hue: 0.85 , saturation: 0.59 and the lightness value of d96bcb is 0.64.

The process color (four color CMYK) of #d96bcb color hex is 0.00, 0.51, 0.06, 0.15. Web safe color of #d96bcb is #cc66cc. Color #d96bcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101011 11001011
Octal 331 153 313
Decimal 217 107 203
Hex D9 6B CB

RGB Percentages of Color #d96bcb

%41.18
%20.30
%38.52

CMYK Percentages of Color #d96bcb

%0
%51
%6
%15

Triadic Colors of #d96bcb

#d96bcb #cbd96b #6bcbd9

Analogous Colors of #d96bcb

#d96bcb #d96b94 #b06bd9

Monochromatic Colors of #d96bcb

#d96bcb

Complementary Color

#d96bcb #6bd979

#d96bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96bcb Color CSS Codes

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

#d96bcb Text Font Color

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

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


#d96bcb Background Color

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

This div background color is #d96bcb


#d96bcb Border Color

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

This div border color is #d96bcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,107,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 #d96bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96bcb


Comments

No comments written yet.

Please login to write comment.