Color Hex Logo

#db64dd Color Hex

#DB64DD
(219,100,221)
0 Favorites   0 Comments

Color spaces of #db64dd

RGB 219100221
HSL0.830.640.63
HSV299°55°87°
CMYK 0.010.550.00   0.13
XYZ46.821729.394971.6126
Yxy29.39490.31670.1988
Hunter Lab54.217159.2722-40.3612
CIE-Lab61.128662.4363-40.9491

#db64dd color RGB value is (219,100,221).

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

The process color (four color CMYK) of #db64dd color hex is 0.01, 0.55, 0.00, 0.13. Web safe color of #db64dd is #cc66cc. Color #db64dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100100 11011101
Octal 333 144 335
Decimal 219 100 221
Hex DB 64 DD

RGB Percentages of Color #db64dd

%40.56
%18.52
%40.93

CMYK Percentages of Color #db64dd

%1
%55
%0
%13

Triadic Colors of #db64dd

#db64dd #dddb64 #64dddb

Analogous Colors of #db64dd

#db64dd #dd64a3 #9f64dd

Monochromatic Colors of #db64dd

#db64dd

Complementary Color

#db64dd #66dd64

#db64dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db64dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db64dd Color CSS Codes

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

#db64dd Text Font Color

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

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


#db64dd Background Color

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

This div background color is #db64dd


#db64dd Border Color

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

This div border color is #db64dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db64dd


Comments

No comments written yet.

Please login to write comment.