Color Hex Logo

#d808dd Color Hex

#D808DD
(216,8,221)
0 Favorites   0 Comments

Color spaces of #d808dd

RGB 2168221
HSL0.830.930.45
HSV299°96°87°
CMYK 0.020.960.00   0.13
XYZ41.456919.993170.0806
Yxy19.99310.31520.1520
Hunter Lab44.713687.2500-61.6269
CIE-Lab51.829486.8212-55.7330

#d808dd color RGB value is (216,8,221).

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

The process color (four color CMYK) of #d808dd color hex is 0.02, 0.96, 0.00, 0.13. Web safe color of #d808dd is #cc00cc. Color #d808dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001000 11011101
Octal 330 10 335
Decimal 216 8 221
Hex D8 8 DD

RGB Percentages of Color #d808dd

%48.54
%1.80
%49.66

CMYK Percentages of Color #d808dd

%2
%96
%0
%13

Triadic Colors of #d808dd

#d808dd #ddd808 #08ddd8

Analogous Colors of #d808dd

#d808dd #dd0878 #6e08dd

Monochromatic Colors of #d808dd

#d808dd

Complementary Color

#d808dd #0ddd08

#d808dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d808dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d808dd Color CSS Codes

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

#d808dd Text Font Color

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

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


#d808dd Background Color

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

This div background color is #d808dd


#d808dd Border Color

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

This div border color is #d808dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d808dd


Comments

No comments written yet.

Please login to write comment.