Color Hex Logo

#db52ba Color Hex

#DB52BA
(219,82,186)
0 Favorites   0 Comments

Color spaces of #db52ba

RGB 21982186
HSL0.870.660.59
HSV314°63°86°
CMYK 0.000.630.15   0.14
XYZ41.093624.639849.0445
Yxy24.63980.35800.2147
Hunter Lab49.638560.9052-23.8336
CIE-Lab56.722864.6183-27.9270

#db52ba color RGB value is (219,82,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010010 10111010
Octal 333 122 272
Decimal 219 82 186
Hex DB 52 BA

RGB Percentages of Color #db52ba

%44.97
%16.84
%38.19

CMYK Percentages of Color #db52ba

%0
%63
%15
%14

Triadic Colors of #db52ba

#db52ba #badb52 #52badb

Analogous Colors of #db52ba

#db52ba #db5276 #b852db

Monochromatic Colors of #db52ba

#db52ba

Complementary Color

#db52ba #52db73

#db52ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db52ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db52ba Color CSS Codes

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

#db52ba Text Font Color

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

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


#db52ba Background Color

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

This div background color is #db52ba


#db52ba Border Color

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

This div border color is #db52ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db52ba


Comments

No comments written yet.

Please login to write comment.