Color Hex Logo

#db63cf Color Hex

#DB63CF
(219,99,207)
0 Favorites   0 Comments

Color spaces of #db63cf

RGB 21999207
HSL0.850.630.62
HSV306°55°86°
CMYK 0.000.550.05   0.14
XYZ44.937728.488762.1619
Yxy28.48870.33140.2101
Hunter Lab53.374856.8781-31.6885
CIE-Lab60.327760.5192-34.3152

#db63cf color RGB value is (219,99,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100011 11001111
Octal 333 143 317
Decimal 219 99 207
Hex DB 63 CF

RGB Percentages of Color #db63cf

%41.71
%18.86
%39.43

CMYK Percentages of Color #db63cf

%0
%55
%5
%14

Triadic Colors of #db63cf

#db63cf #cfdb63 #63cfdb

Analogous Colors of #db63cf

#db63cf #db6393 #ab63db

Monochromatic Colors of #db63cf

#db63cf

Complementary Color

#db63cf #63db6f

#db63cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db63cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db63cf Color CSS Codes

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

#db63cf Text Font Color

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

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


#db63cf Background Color

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

This div background color is #db63cf


#db63cf Border Color

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

This div border color is #db63cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db63cf


Comments

No comments written yet.

Please login to write comment.