Color Hex Logo

#db639a Color Hex

#DB639A
(219,99,154)
0 Favorites   0 Comments

Color spaces of #db639a

RGB 21999154
HSL0.920.630.62
HSV333°55°86°
CMYK 0.000.550.30   0.14
XYZ39.508026.316833.5692
Yxy26.31680.39750.2648
Hunter Lab51.299947.6948-2.8878
CIE-Lab58.336552.7357-6.9444

#db639a color RGB value is (219,99,154).

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

The process color (four color CMYK) of #db639a color hex is 0.00, 0.55, 0.30, 0.14. Web safe color of #db639a is #cc6699. Color #db639a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100011 10011010
Octal 333 143 232
Decimal 219 99 154
Hex DB 63 9A

RGB Percentages of Color #db639a

%46.40
%20.97
%32.63

CMYK Percentages of Color #db639a

%0
%55
%30
%14

Triadic Colors of #db639a

#db639a #9adb63 #639adb

Analogous Colors of #db639a

#db639a #db6863 #db63d6

Monochromatic Colors of #db639a

#db639a

Complementary Color

#db639a #63dba4

#db639a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db639a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db639a Color CSS Codes

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

#db639a Text Font Color

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

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


#db639a Background Color

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

This div background color is #db639a


#db639a Border Color

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

This div border color is #db639a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db639a


Comments

No comments written yet.

Please login to write comment.