Color Hex Logo

#d21adf Color Hex

#D21ADF
(210,26,223)
0 Favorites   0 Comments

Color spaces of #d21adf

RGB 21026223
HSL0.820.790.49
HSV296°88°87°
CMYK 0.060.880.00   0.13
XYZ40.267019.768171.5054
Yxy19.76810.30610.1503
Hunter Lab44.461383.8536-64.2308
CIE-Lab51.574084.2590-57.3357

#d21adf color RGB value is (210,26,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00011010 11011111
Octal 322 32 337
Decimal 210 26 223
Hex D2 1A DF

RGB Percentages of Color #d21adf

%45.75
%5.66
%48.58

CMYK Percentages of Color #d21adf

%6
%88
%0
%13

Triadic Colors of #d21adf

#d21adf #dfd21a #1adfd2

Analogous Colors of #d21adf

#d21adf #df1a8a #701adf

Monochromatic Colors of #d21adf

#d21adf

Complementary Color

#d21adf #27df1a

#d21adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d21adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d21adf Color CSS Codes

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

#d21adf Text Font Color

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

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


#d21adf Background Color

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

This div background color is #d21adf


#d21adf Border Color

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

This div border color is #d21adf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,26,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d21adf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d21adf


Comments

No comments written yet.

Please login to write comment.