Color Hex Logo

#d21adb Color Hex

#D21ADB
(210,26,219)
0 Favorites   0 Comments

Color spaces of #d21adb

RGB 21026219
HSL0.830.790.48
HSV297°88°86°
CMYK 0.040.880.00   0.14
XYZ39.733919.554968.6981
Yxy19.55490.31050.1528
Hunter Lab44.220983.0013-61.1536
CIE-Lab51.330283.6453-55.4506

#d21adb color RGB value is (210,26,219).

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

The process color (four color CMYK) of #d21adb color hex is 0.04, 0.88, 0.00, 0.14. Web safe color of #d21adb is #cc33cc. Color #d21adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00011010 11011011
Octal 322 32 333
Decimal 210 26 219
Hex D2 1A DB

RGB Percentages of Color #d21adb

%46.15
%5.71
%48.13

CMYK Percentages of Color #d21adb

%4
%88
%0
%14

Triadic Colors of #d21adb

#d21adb #dbd21a #1adbd2

Analogous Colors of #d21adb

#d21adb #db1a84 #721adb

Monochromatic Colors of #d21adb

#d21adb

Complementary Color

#d21adb #23db1a

#d21adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d21adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d21adb Color CSS Codes

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

#d21adb Text Font Color

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

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


#d21adb Background Color

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

This div background color is #d21adb


#d21adb Border Color

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

This div border color is #d21adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d21adb


Comments

No comments written yet.

Please login to write comment.