Color Hex Logo

#d96bba Color Hex

#D96BBA
(217,107,186)
0 Favorites   0 Comments

Color spaces of #d96bba

RGB 217107186
HSL0.880.590.64
HSV317°51°85°
CMYK 0.000.510.14   0.15
XYZ42.735928.812349.7633
Yxy28.81230.35230.2375
Hunter Lab53.677148.1808-17.3930
CIE-Lab60.615652.8097-21.9605

#d96bba color RGB value is (217,107,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101011 10111010
Octal 331 153 272
Decimal 217 107 186
Hex D9 6B BA

RGB Percentages of Color #d96bba

%42.55
%20.98
%36.47

CMYK Percentages of Color #d96bba

%0
%51
%14
%15

Triadic Colors of #d96bba

#d96bba #bad96b #6bbad9

Analogous Colors of #d96bba

#d96bba #d96b83 #c16bd9

Monochromatic Colors of #d96bba

#d96bba

Complementary Color

#d96bba #6bd98a

#d96bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96bba Color CSS Codes

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

#d96bba Text Font Color

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

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


#d96bba Background Color

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

This div background color is #d96bba


#d96bba Border Color

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

This div border color is #d96bba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,107,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96bba


Comments

No comments written yet.

Please login to write comment.