Color Hex Logo

#d817bc Color Hex

#D817BC
(216,23,188)
0 Favorites   0 Comments

Color spaces of #d817bc

RGB 21623188
HSL0.860.810.47
HSV309°89°85°
CMYK 0.000.890.13   0.15
XYZ37.702418.842649.2268
Yxy18.84260.35650.1781
Hunter Lab43.408179.0734-36.8520
CIE-Lab50.502580.7294-38.8412

#d817bc color RGB value is (216,23,188).

#d817bc hex color red value is 216, green value is 23 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d817bc hue: 0.86 , saturation: 0.81 and the lightness value of d817bc is 0.47.

The process color (four color CMYK) of #d817bc color hex is 0.00, 0.89, 0.13, 0.15. Web safe color of #d817bc is #cc00cc. Color #d817bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010111 10111100
Octal 330 27 274
Decimal 216 23 188
Hex D8 17 BC

RGB Percentages of Color #d817bc

%50.59
%5.39
%44.03

CMYK Percentages of Color #d817bc

%0
%89
%13
%15

Triadic Colors of #d817bc

#d817bc #bcd817 #17bcd8

Analogous Colors of #d817bc

#d817bc #d8175b #9417d8

Monochromatic Colors of #d817bc

#d817bc

Complementary Color

#d817bc #17d833

#d817bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d817bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d817bc Color CSS Codes

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

#d817bc Text Font Color

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

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


#d817bc Background Color

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

This div background color is #d817bc


#d817bc Border Color

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

This div border color is #d817bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d817bc


Comments

No comments written yet.

Please login to write comment.