Color Hex Logo

#d896bc Color Hex

#D896BC
(216,150,188)
0 Favorites   0 Comments

Color spaces of #d896bc

RGB 216150188
HSL0.900.460.72
HSV325°31°85°
CMYK 0.000.310.13   0.15
XYZ48.302340.042552.7601
Yxy40.04250.34230.2838
Hunter Lab63.279125.5143-5.1387
CIE-Lab69.499830.4728-9.6754

#d896bc color RGB value is (216,150,188).

#d896bc hex color red value is 216, green value is 150 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d896bc hue: 0.90 , saturation: 0.46 and the lightness value of d896bc is 0.72.

The process color (four color CMYK) of #d896bc color hex is 0.00, 0.31, 0.13, 0.15. Web safe color of #d896bc is #cc99cc. Color #d896bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010110 10111100
Octal 330 226 274
Decimal 216 150 188
Hex D8 96 BC

RGB Percentages of Color #d896bc

%38.99
%27.08
%33.94

CMYK Percentages of Color #d896bc

%0
%31
%13
%15

Triadic Colors of #d896bc

#d896bc #bcd896 #96bcd8

Analogous Colors of #d896bc

#d896bc #d8969b #d396d8

Monochromatic Colors of #d896bc

#d896bc

Complementary Color

#d896bc #96d8b2

#d896bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d896bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d896bc Color CSS Codes

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

#d896bc Text Font Color

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

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


#d896bc Background Color

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

This div background color is #d896bc


#d896bc Border Color

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

This div border color is #d896bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d896bc


Comments

No comments written yet.

Please login to write comment.