Color Hex Logo

#d00add Color Hex

#D00ADD
(208,10,221)
0 Favorites   0 Comments

Color spaces of #d00add

RGB 20810221
HSL0.820.910.45
HSV296°95°87°
CMYK 0.060.950.00   0.13
XYZ39.172118.847469.9799
Yxy18.84740.30600.1472
Hunter Lab43.413685.0868-65.1821
CIE-Lab50.508285.4180-57.9282

#d00add color RGB value is (208,10,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001010 11011101
Octal 320 12 335
Decimal 208 10 221
Hex D0 A DD

RGB Percentages of Color #d00add

%47.38
%2.28
%50.34

CMYK Percentages of Color #d00add

%6
%95
%0
%13

Triadic Colors of #d00add

#d00add #ddd00a #0addd0

Analogous Colors of #d00add

#d00add #dd0a81 #670add

Monochromatic Colors of #d00add

#d00add

Complementary Color

#d00add #17dd0a

#d00add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00add Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00add Color CSS Codes

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

#d00add Text Font Color

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

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


#d00add Background Color

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

This div background color is #d00add


#d00add Border Color

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

This div border color is #d00add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00add


Comments

No comments written yet.

Please login to write comment.