Color Hex Logo

#d000dd Color Hex

#D000DD
(208,0,221)
0 Favorites   0 Comments

Color spaces of #d000dd

RGB 2080221
HSL0.821.000.43
HSV296°100°87°
CMYK 0.061.000.00   0.13
XYZ39.063618.630469.9438
Yxy18.63040.30610.1460
Hunter Lab43.162986.0120-65.8630
CIE-Lab50.252086.1786-58.3403

#d000dd color RGB value is (208,0,221).

#d000dd hex color red value is 208, green value is 0 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d000dd hue: 0.82 , saturation: 1.00 and the lightness value of d000dd is 0.43.

The process color (four color CMYK) of #d000dd color hex is 0.06, 1.00, 0.00, 0.13. Web safe color of #d000dd is #cc00cc. Color #d000dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000000 11011101
Octal 320 0 335
Decimal 208 0 221
Hex D0 0 DD

RGB Percentages of Color #d000dd

%48.48
%0.00
%51.52

CMYK Percentages of Color #d000dd

%6
%100
%0
%13

Triadic Colors of #d000dd

#d000dd #ddd000 #00ddd0

Analogous Colors of #d000dd

#d000dd #dd007c #6200dd

Monochromatic Colors of #d000dd

#d000dd

Complementary Color

#d000dd #0ddd00

#d000dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d000dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d000dd Color CSS Codes

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

#d000dd Text Font Color

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

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


#d000dd Background Color

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

This div background color is #d000dd


#d000dd Border Color

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

This div border color is #d000dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d000dd

#d000dd Color Palettes


Comments

No comments written yet.

Please login to write comment.