Color Hex Logo

#db62db Color Hex

#DB62DB
(219,98,219)
0 Favorites   0 Comments

Color spaces of #db62db

RGB 21998219
HSL0.830.630.62
HSV300°55°86°
CMYK 0.000.550.00   0.14
XYZ46.367328.909970.1542
Yxy28.90990.31880.1988
Hunter Lab53.767959.8374-39.7216
CIE-Lab60.702062.9933-40.4958

#db62db color RGB value is (219,98,219).

#db62db hex color red value is 219, green value is 98 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #db62db hue: 0.83 , saturation: 0.63 and the lightness value of db62db is 0.62.

The process color (four color CMYK) of #db62db color hex is 0.00, 0.55, 0.00, 0.14. Web safe color of #db62db is #cc66cc. Color #db62db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100010 11011011
Octal 333 142 333
Decimal 219 98 219
Hex DB 62 DB

RGB Percentages of Color #db62db

%40.86
%18.28
%40.86

CMYK Percentages of Color #db62db

%0
%55
%0
%14

Triadic Colors of #db62db

#db62db #dbdb62 #62dbdb

Analogous Colors of #db62db

#db62db #db629f #9f62db

Monochromatic Colors of #db62db

#db62db

Complementary Color

#db62db #62db62

#db62db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db62db Color Preview on White Background

Lorem ipsum dolor sit amet.

#db62db Color CSS Codes

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

#db62db Text Font Color

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

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


#db62db Background Color

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

This div background color is #db62db


#db62db Border Color

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

This div border color is #db62db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db62db


Comments

No comments written yet.

Please login to write comment.