Color Hex Logo

#db48ba Color Hex

#DB48BA
(219,72,186)
0 Favorites   0 Comments

Color spaces of #db48ba

RGB 21972186
HSL0.870.670.57
HSV313°67°86°
CMYK 0.000.670.15   0.14
XYZ40.393723.240048.8112
Yxy23.24000.35920.2067
Hunter Lab48.207965.2025-26.2865
CIE-Lab55.318768.5115-30.1043

#db48ba color RGB value is (219,72,186).

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

The process color (four color CMYK) of #db48ba color hex is 0.00, 0.67, 0.15, 0.14. Web safe color of #db48ba is #cc33cc. Color #db48ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001000 10111010
Octal 333 110 272
Decimal 219 72 186
Hex DB 48 BA

RGB Percentages of Color #db48ba

%45.91
%15.09
%38.99

CMYK Percentages of Color #db48ba

%0
%67
%15
%14

Triadic Colors of #db48ba

#db48ba #badb48 #48badb

Analogous Colors of #db48ba

#db48ba #db4871 #b348db

Monochromatic Colors of #db48ba

#db48ba

Complementary Color

#db48ba #48db69

#db48ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db48ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db48ba Color CSS Codes

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

#db48ba Text Font Color

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

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


#db48ba Background Color

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

This div background color is #db48ba


#db48ba Border Color

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

This div border color is #db48ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,72,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 #db48ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db48ba


Comments

No comments written yet.

Please login to write comment.