Color Hex Logo

#d10add Color Hex

#D10ADD
(209,10,221)
0 Favorites   0 Comments

Color spaces of #d10add

RGB 20910221
HSL0.820.910.45
HSV297°95°87°
CMYK 0.050.950.00   0.13
XYZ39.454218.992969.9931
Yxy18.99290.30720.1479
Hunter Lab43.580885.3315-64.7162
CIE-Lab50.678985.5733-57.6447

#d10add color RGB value is (209,10,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00001010 11011101
Octal 321 12 335
Decimal 209 10 221
Hex D1 A DD

RGB Percentages of Color #d10add

%47.50
%2.27
%50.23

CMYK Percentages of Color #d10add

%5
%95
%0
%13

Triadic Colors of #d10add

#d10add #ddd10a #0addd1

Analogous Colors of #d10add

#d10add #dd0a80 #680add

Monochromatic Colors of #d10add

#d10add

Complementary Color

#d10add #16dd0a

#d10add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d10add Color Preview on White Background

Lorem ipsum dolor sit amet.

#d10add Color CSS Codes

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

#d10add Text Font Color

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

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


#d10add Background Color

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

This div background color is #d10add


#d10add Border Color

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

This div border color is #d10add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d10add


Comments

No comments written yet.

Please login to write comment.