Color Hex Logo

#db63ba Color Hex

#DB63BA
(219,99,186)
0 Favorites   0 Comments

Color spaces of #db63ba

RGB 21999186
HSL0.880.630.62
HSV317°55°86°
CMYK 0.000.550.15   0.14
XYZ42.538227.528949.5260
Yxy27.52890.35570.2302
Hunter Lab52.468052.8991-19.2379
CIE-Lab59.460757.1961-23.7064

#db63ba color RGB value is (219,99,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100011 10111010
Octal 333 143 272
Decimal 219 99 186
Hex DB 63 BA

RGB Percentages of Color #db63ba

%43.45
%19.64
%36.90

CMYK Percentages of Color #db63ba

%0
%55
%15
%14

Triadic Colors of #db63ba

#db63ba #badb63 #63badb

Analogous Colors of #db63ba

#db63ba #db637e #c063db

Monochromatic Colors of #db63ba

#db63ba

Complementary Color

#db63ba #63db84

#db63ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db63ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db63ba Color CSS Codes

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

#db63ba Text Font Color

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

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


#db63ba Background Color

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

This div background color is #db63ba


#db63ba Border Color

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

This div border color is #db63ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db63ba


Comments

No comments written yet.

Please login to write comment.