Color Hex Logo

#d420db Color Hex

#D420DB
(212,32,219)
0 Favorites   0 Comments

Color spaces of #d420db

RGB 21232219
HSL0.830.750.49
HSV298°85°86°
CMYK 0.030.850.00   0.14
XYZ40.454120.144568.7740
Yxy20.14450.31270.1557
Hunter Lab44.882682.3430-59.4327
CIE-Lab52.000283.0027-54.3586

#d420db color RGB value is (212,32,219).

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

The process color (four color CMYK) of #d420db color hex is 0.03, 0.85, 0.00, 0.14. Web safe color of #d420db is #cc33cc. Color #d420db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100000 11011011
Octal 324 40 333
Decimal 212 32 219
Hex D4 20 DB

RGB Percentages of Color #d420db

%45.79
%6.91
%47.30

CMYK Percentages of Color #d420db

%3
%85
%0
%14

Triadic Colors of #d420db

#d420db #dbd420 #20dbd4

Analogous Colors of #d420db

#d420db #db2085 #7720db

Monochromatic Colors of #d420db

#d420db

Complementary Color

#d420db #27db20

#d420db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d420db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d420db Color CSS Codes

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

#d420db Text Font Color

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

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


#d420db Background Color

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

This div background color is #d420db


#d420db Border Color

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

This div border color is #d420db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d420db


Comments

No comments written yet.

Please login to write comment.