Color Hex Logo

#d809bc Color Hex

#D809BC
(216,9,188)
0 Favorites   0 Comments

Color spaces of #d809bc

RGB 2169188
HSL0.860.920.44
HSV308°96°85°
CMYK 0.000.960.13   0.15
XYZ37.493718.425149.1572
Yxy18.42510.35680.1754
Hunter Lab42.924580.7985-37.8519
CIE-Lab50.007782.1833-39.6220

#d809bc color RGB value is (216,9,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001001 10111100
Octal 330 11 274
Decimal 216 9 188
Hex D8 9 BC

RGB Percentages of Color #d809bc

%52.30
%2.18
%45.52

CMYK Percentages of Color #d809bc

%0
%96
%13
%15

Triadic Colors of #d809bc

#d809bc #bcd809 #09bcd8

Analogous Colors of #d809bc

#d809bc #d80954 #8d09d8

Monochromatic Colors of #d809bc

#d809bc

Complementary Color

#d809bc #09d825

#d809bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d809bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d809bc Color CSS Codes

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

#d809bc Text Font Color

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

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


#d809bc Background Color

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

This div background color is #d809bc


#d809bc Border Color

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

This div border color is #d809bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d809bc


Comments

No comments written yet.

Please login to write comment.