Color Hex Logo

#db62da Color Hex

#DB62DA
(219,98,218)
0 Favorites   0 Comments

Color spaces of #db62da

RGB 21998218
HSL0.830.630.62
HSV300°55°86°
CMYK 0.000.550.00   0.14
XYZ46.236028.857469.4628
Yxy28.85740.31980.1996
Hunter Lab53.719159.6265-39.0631
CIE-Lab60.655662.8217-40.0065

#db62da color RGB value is (219,98,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100010 11011010
Octal 333 142 332
Decimal 219 98 218
Hex DB 62 DA

RGB Percentages of Color #db62da

%40.93
%18.32
%40.75

CMYK Percentages of Color #db62da

%0
%55
%0
%14

Triadic Colors of #db62da

#db62da #dadb62 #62dadb

Analogous Colors of #db62da

#db62da #db629e #a062db

Monochromatic Colors of #db62da

#db62da

Complementary Color

#db62da #62db63

#db62da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db62da Color Preview on White Background

Lorem ipsum dolor sit amet.

#db62da Color CSS Codes

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

#db62da Text Font Color

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

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


#db62da Background Color

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

This div background color is #db62da


#db62da Border Color

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

This div border color is #db62da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db62da


Comments

No comments written yet.

Please login to write comment.