Color Hex Logo

#d21edb Color Hex

#D21EDB
(210,30,219)
0 Favorites   0 Comments

Color spaces of #d21edb

RGB 21030219
HSL0.830.760.49
HSV297°86°86°
CMYK 0.040.860.00   0.14
XYZ39.828819.744768.7297
Yxy19.74470.31040.1539
Hunter Lab44.435082.2351-60.6021
CIE-Lab51.547383.0068-55.1025

#d21edb color RGB value is (210,30,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00011110 11011011
Octal 322 36 333
Decimal 210 30 219
Hex D2 1E DB

RGB Percentages of Color #d21edb

%45.75
%6.54
%47.71

CMYK Percentages of Color #d21edb

%4
%86
%0
%14

Triadic Colors of #d21edb

#d21edb #dbd21e #1edbd2

Analogous Colors of #d21edb

#d21edb #db1e86 #741edb

Monochromatic Colors of #d21edb

#d21edb

Complementary Color

#d21edb #27db1e

#d21edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d21edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d21edb Color CSS Codes

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

#d21edb Text Font Color

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

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


#d21edb Background Color

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

This div background color is #d21edb


#d21edb Border Color

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

This div border color is #d21edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d21edb


Comments

No comments written yet.

Please login to write comment.