Color Hex Logo

#d966bc Color Hex

#D966BC
(217,102,188)
0 Favorites   0 Comments

Color spaces of #d966bc

RGB 217102188
HSL0.880.600.63
HSV315°53°85°
CMYK 0.000.530.13   0.15
XYZ42.443727.885350.7223
Yxy27.88530.35060.2304
Hunter Lab52.806551.0595-19.9853
CIE-Lab59.785055.5151-24.3760

#d966bc color RGB value is (217,102,188).

#d966bc hex color red value is 217, green value is 102 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d966bc hue: 0.88 , saturation: 0.60 and the lightness value of d966bc is 0.63.

The process color (four color CMYK) of #d966bc color hex is 0.00, 0.53, 0.13, 0.15. Web safe color of #d966bc is #cc66cc. Color #d966bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100110 10111100
Octal 331 146 274
Decimal 217 102 188
Hex D9 66 BC

RGB Percentages of Color #d966bc

%42.80
%20.12
%37.08

CMYK Percentages of Color #d966bc

%0
%53
%13
%15

Triadic Colors of #d966bc

#d966bc #bcd966 #66bcd9

Analogous Colors of #d966bc

#d966bc #d96683 #bd66d9

Monochromatic Colors of #d966bc

#d966bc

Complementary Color

#d966bc #66d983

#d966bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d966bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d966bc Color CSS Codes

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

#d966bc Text Font Color

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

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


#d966bc Background Color

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

This div background color is #d966bc


#d966bc Border Color

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

This div border color is #d966bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d966bc


Comments

No comments written yet.

Please login to write comment.