Color Hex Logo

#d21add Color Hex

#D21ADD
(210,26,221)
0 Favorites   0 Comments

Color spaces of #d21add

RGB 21026221
HSL0.820.790.48
HSV297°88°87°
CMYK 0.050.880.00   0.13
XYZ39.998919.660970.0934
Yxy19.66090.30830.1515
Hunter Lab44.340683.4257-62.6869
CIE-Lab51.451683.9512-56.3948

#d21add color RGB value is (210,26,221).

#d21add hex color red value is 210, green value is 26 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d21add hue: 0.82 , saturation: 0.79 and the lightness value of d21add is 0.48.

The process color (four color CMYK) of #d21add color hex is 0.05, 0.88, 0.00, 0.13. Web safe color of #d21add is #cc33cc. Color #d21add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00011010 11011101
Octal 322 32 335
Decimal 210 26 221
Hex D2 1A DD

RGB Percentages of Color #d21add

%45.95
%5.69
%48.36

CMYK Percentages of Color #d21add

%5
%88
%0
%13

Triadic Colors of #d21add

#d21add #ddd21a #1addd2

Analogous Colors of #d21add

#d21add #dd1a87 #711add

Monochromatic Colors of #d21add

#d21add

Complementary Color

#d21add #25dd1a

#d21add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d21add Color Preview on White Background

Lorem ipsum dolor sit amet.

#d21add Color CSS Codes

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

#d21add Text Font Color

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

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


#d21add Background Color

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

This div background color is #d21add


#d21add Border Color

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

This div border color is #d21add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d21add


Comments

No comments written yet.

Please login to write comment.