Color Hex Logo

#d964bc Color Hex

#D964BC
(217,100,188)
0 Favorites   0 Comments

Color spaces of #d964bc

RGB 217100188
HSL0.870.610.62
HSV315°54°85°
CMYK 0.000.540.13   0.15
XYZ42.249527.496950.6576
Yxy27.49690.35090.2284
Hunter Lab52.437552.0539-20.5713
CIE-Lab59.431556.4550-24.9195

#d964bc color RGB value is (217,100,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100100 10111100
Octal 331 144 274
Decimal 217 100 188
Hex D9 64 BC

RGB Percentages of Color #d964bc

%42.97
%19.80
%37.23

CMYK Percentages of Color #d964bc

%0
%54
%13
%15

Triadic Colors of #d964bc

#d964bc #bcd964 #64bcd9

Analogous Colors of #d964bc

#d964bc #d96482 #bc64d9

Monochromatic Colors of #d964bc

#d964bc

Complementary Color

#d964bc #64d981

#d964bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d964bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d964bc Color CSS Codes

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

#d964bc Text Font Color

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

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


#d964bc Background Color

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

This div background color is #d964bc


#d964bc Border Color

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

This div border color is #d964bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d964bc


Comments

No comments written yet.

Please login to write comment.