Color Hex Logo

#db64da Color Hex

#DB64DA
(219,100,218)
0 Favorites   0 Comments

Color spaces of #db64da

RGB 219100218
HSL0.830.620.63
HSV301°54°86°
CMYK 0.000.540.00   0.14
XYZ46.425529.236469.5260
Yxy29.23640.31980.2014
Hunter Lab54.070758.6377-38.3877
CIE-Lab60.989761.9179-39.4826

#db64da color RGB value is (219,100,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100100 11011010
Octal 333 144 332
Decimal 219 100 218
Hex DB 64 DA

RGB Percentages of Color #db64da

%40.78
%18.62
%40.60

CMYK Percentages of Color #db64da

%0
%54
%0
%14

Triadic Colors of #db64da

#db64da #dadb64 #64dadb

Analogous Colors of #db64da

#db64da #db649f #a164db

Monochromatic Colors of #db64da

#db64da

Complementary Color

#db64da #64db65

#db64da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db64da Color Preview on White Background

Lorem ipsum dolor sit amet.

#db64da Color CSS Codes

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

#db64da Text Font Color

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

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


#db64da Background Color

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

This div background color is #db64da


#db64da Border Color

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

This div border color is #db64da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db64da


Comments

No comments written yet.

Please login to write comment.