Color Hex Logo

#d809da Color Hex

#D809DA
(216,9,218)
0 Favorites   0 Comments

Color spaces of #d809da

RGB 2169218
HSL0.830.920.45
HSV299°96°85°
CMYK 0.010.960.00   0.15
XYZ41.071519.856367.9976
Yxy19.85630.31860.1540
Hunter Lab44.560486.5434-59.2821
CIE-Lab51.674486.3109-54.2722

#d809da color RGB value is (216,9,218).

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

The process color (four color CMYK) of #d809da color hex is 0.01, 0.96, 0.00, 0.15. Web safe color of #d809da is #cc00cc. Color #d809da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001001 11011010
Octal 330 11 332
Decimal 216 9 218
Hex D8 9 DA

RGB Percentages of Color #d809da

%48.76
%2.03
%49.21

CMYK Percentages of Color #d809da

%1
%96
%0
%15

Triadic Colors of #d809da

#d809da #dad809 #09dad8

Analogous Colors of #d809da

#d809da #da0974 #7009da

Monochromatic Colors of #d809da

#d809da

Complementary Color

#d809da #0bda09

#d809da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d809da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d809da Color CSS Codes

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

#d809da Text Font Color

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

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


#d809da Background Color

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

This div background color is #d809da


#d809da Border Color

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

This div border color is #d809da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,9,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d809da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d809da


Comments

No comments written yet.

Please login to write comment.