Color Hex Logo

#db63dc Color Hex

#DB63DC
(219,99,220)
0 Favorites   0 Comments

Color spaces of #db63dc

RGB 21999220
HSL0.830.630.63
HSV300°55°86°
CMYK 0.000.550.00   0.14
XYZ46.593529.151170.8811
Yxy29.15110.31780.1988
Hunter Lab53.991859.5553-40.0425
CIE-Lab60.914862.7154-40.7236

#db63dc color RGB value is (219,99,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100011 11011100
Octal 333 143 334
Decimal 219 99 220
Hex DB 63 DC

RGB Percentages of Color #db63dc

%40.71
%18.40
%40.89

CMYK Percentages of Color #db63dc

%0
%55
%0
%14

Triadic Colors of #db63dc

#db63dc #dcdb63 #63dcdb

Analogous Colors of #db63dc

#db63dc #dc63a1 #9f63dc

Monochromatic Colors of #db63dc

#db63dc

Complementary Color

#db63dc #64dc63

#db63dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db63dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db63dc Color CSS Codes

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

#db63dc Text Font Color

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

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


#db63dc Background Color

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

This div background color is #db63dc


#db63dc Border Color

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

This div border color is #db63dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db63dc


Comments

No comments written yet.

Please login to write comment.