Color Hex Logo

#d963bc Color Hex

#D963BC
(217,99,188)
0 Favorites   0 Comments

Color spaces of #d963bc

RGB 21799188
HSL0.870.610.62
HSV315°54°85°
CMYK 0.000.540.13   0.15
XYZ42.154227.306250.6258
Yxy27.30620.35100.2274
Hunter Lab52.255352.5485-20.8624
CIE-Lab59.256756.9213-25.1884

#d963bc color RGB value is (217,99,188).

#d963bc hex color red value is 217, green value is 99 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d963bc hue: 0.87 , saturation: 0.61 and the lightness value of d963bc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100011 10111100
Octal 331 143 274
Decimal 217 99 188
Hex D9 63 BC

RGB Percentages of Color #d963bc

%43.06
%19.64
%37.30

CMYK Percentages of Color #d963bc

%0
%54
%13
%15

Triadic Colors of #d963bc

#d963bc #bcd963 #63bcd9

Analogous Colors of #d963bc

#d963bc #d96381 #bb63d9

Monochromatic Colors of #d963bc

#d963bc

Complementary Color

#d963bc #63d980

#d963bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d963bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d963bc Color CSS Codes

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

#d963bc Text Font Color

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

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


#d963bc Background Color

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

This div background color is #d963bc


#d963bc Border Color

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

This div border color is #d963bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d963bc


Comments

No comments written yet.

Please login to write comment.