Color Hex Logo

#d30add Color Hex

#D30ADD
(211,10,221)
0 Favorites   0 Comments

Color spaces of #d30add

RGB 21110221
HSL0.830.910.45
HSV297°95°87°
CMYK 0.050.950.00   0.13
XYZ40.023719.286470.0198
Yxy19.28640.30950.1491
Hunter Lab43.916385.8249-63.7901
CIE-Lab51.020685.8864-57.0775

#d30add color RGB value is (211,10,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001010 11011101
Octal 323 12 335
Decimal 211 10 221
Hex D3 A DD

RGB Percentages of Color #d30add

%47.74
%2.26
%50.00

CMYK Percentages of Color #d30add

%5
%95
%0
%13

Triadic Colors of #d30add

#d30add #ddd30a #0addd3

Analogous Colors of #d30add

#d30add #dd0a7e #6a0add

Monochromatic Colors of #d30add

#d30add

Complementary Color

#d30add #14dd0a

#d30add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30add Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30add Color CSS Codes

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

#d30add Text Font Color

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

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


#d30add Background Color

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

This div background color is #d30add


#d30add Border Color

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

This div border color is #d30add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30add


Comments

No comments written yet.

Please login to write comment.