Color Hex Logo

#db52af Color Hex

#DB52AF
(219,82,175)
0 Favorites   0 Comments

Color spaces of #db52af

RGB 21982175
HSL0.890.660.59
HSV319°63°86°
CMYK 0.000.630.20   0.14
XYZ39.968624.189843.1200
Yxy24.18980.37260.2255
Hunter Lab49.183158.9873-17.5527
CIE-Lab56.277363.0561-22.2550

#db52af color RGB value is (219,82,175).

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

The process color (four color CMYK) of #db52af color hex is 0.00, 0.63, 0.20, 0.14. Web safe color of #db52af is #cc6699. Color #db52af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010010 10101111
Octal 333 122 257
Decimal 219 82 175
Hex DB 52 AF

RGB Percentages of Color #db52af

%46.01
%17.23
%36.76

CMYK Percentages of Color #db52af

%0
%63
%20
%14

Triadic Colors of #db52af

#db52af #afdb52 #52afdb

Analogous Colors of #db52af

#db52af #db526b #c352db

Monochromatic Colors of #db52af

#db52af

Complementary Color

#db52af #52db7e

#db52af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db52af Color Preview on White Background

Lorem ipsum dolor sit amet.

#db52af Color CSS Codes

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

#db52af Text Font Color

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

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


#db52af Background Color

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

This div background color is #db52af


#db52af Border Color

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

This div border color is #db52af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db52af


Comments

No comments written yet.

Please login to write comment.