Color Hex Logo

#d402db Color Hex

#D402DB
(212,2,219)
0 Favorites   0 Comments

Color spaces of #d402db

RGB 2122219
HSL0.830.980.43
HSV298°99°86°
CMYK 0.030.990.00   0.14
XYZ39.959319.154968.6090
Yxy19.15490.31290.1500
Hunter Lab43.766386.3821-62.3078
CIE-Lab50.867986.3434-56.1734

#d402db color RGB value is (212,2,219).

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

The process color (four color CMYK) of #d402db color hex is 0.03, 0.99, 0.00, 0.14. Web safe color of #d402db is #cc00cc. Color #d402db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000010 11011011
Octal 324 2 333
Decimal 212 2 219
Hex D4 2 DB

RGB Percentages of Color #d402db

%48.96
%0.46
%50.58

CMYK Percentages of Color #d402db

%3
%99
%0
%14

Triadic Colors of #d402db

#d402db #dbd402 #02dbd4

Analogous Colors of #d402db

#d402db #db0276 #6802db

Monochromatic Colors of #d402db

#d402db

Complementary Color

#d402db #09db02

#d402db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d402db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d402db Color CSS Codes

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

#d402db Text Font Color

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

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


#d402db Background Color

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

This div background color is #d402db


#d402db Border Color

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

This div border color is #d402db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d402db


Comments

No comments written yet.

Please login to write comment.