Color Hex Logo

#db489d Color Hex

#DB489D
(219,72,157)
0 Favorites   0 Comments

Color spaces of #db489d

RGB 21972157
HSL0.900.670.57
HSV325°67°86°
CMYK 0.000.670.28   0.14
XYZ37.616622.129134.1870
Yxy22.12910.40050.2356
Hunter Lab47.041660.4140-10.1593
CIE-Lab54.163764.6696-14.9628

#db489d color RGB value is (219,72,157).

#db489d hex color red value is 219, green value is 72 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #db489d hue: 0.90 , saturation: 0.67 and the lightness value of db489d is 0.57.

The process color (four color CMYK) of #db489d color hex is 0.00, 0.67, 0.28, 0.14. Web safe color of #db489d is #cc3399. Color #db489d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001000 10011101
Octal 333 110 235
Decimal 219 72 157
Hex DB 48 9D

RGB Percentages of Color #db489d

%48.88
%16.07
%35.04

CMYK Percentages of Color #db489d

%0
%67
%28
%14

Triadic Colors of #db489d

#db489d #9ddb48 #489ddb

Analogous Colors of #db489d

#db489d #db4854 #d048db

Monochromatic Colors of #db489d

#db489d

Complementary Color

#db489d #48db86

#db489d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db489d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db489d Color CSS Codes

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

#db489d Text Font Color

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

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


#db489d Background Color

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

This div background color is #db489d


#db489d Border Color

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

This div border color is #db489d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db489d


Comments

No comments written yet.

Please login to write comment.