Color Hex Logo

#db63ca Color Hex

#DB63CA
(219,99,202)
0 Favorites   0 Comments

Color spaces of #db63ca

RGB 21999202
HSL0.860.630.62
HSV309°55°86°
CMYK 0.000.550.08   0.14
XYZ44.335928.248058.9928
Yxy28.24800.33700.2147
Hunter Lab53.148855.8913-28.6050
CIE-Lab60.112159.7018-31.8180

#db63ca color RGB value is (219,99,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100011 11001010
Octal 333 143 312
Decimal 219 99 202
Hex DB 63 CA

RGB Percentages of Color #db63ca

%42.12
%19.04
%38.85

CMYK Percentages of Color #db63ca

%0
%55
%8
%14

Triadic Colors of #db63ca

#db63ca #cadb63 #63cadb

Analogous Colors of #db63ca

#db63ca #db638e #b063db

Monochromatic Colors of #db63ca

#db63ca

Complementary Color

#db63ca #63db74

#db63ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db63ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db63ca Color CSS Codes

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

#db63ca Text Font Color

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

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


#db63ca Background Color

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

This div background color is #db63ca


#db63ca Border Color

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

This div border color is #db63ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db63ca


Comments

No comments written yet.

Please login to write comment.