Color Hex Logo

#db52bc Color Hex

#DB52BC
(219,82,188)
0 Favorites   0 Comments

Color spaces of #db52bc

RGB 21982188
HSL0.870.660.59
HSV314°63°86°
CMYK 0.000.630.14   0.14
XYZ41.307824.725550.1723
Yxy24.72550.35550.2128
Hunter Lab49.724761.2669-25.0163
CIE-Lab56.807064.9110-28.9480

#db52bc color RGB value is (219,82,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010010 10111100
Octal 333 122 274
Decimal 219 82 188
Hex DB 52 BC

RGB Percentages of Color #db52bc

%44.79
%16.77
%38.45

CMYK Percentages of Color #db52bc

%0
%63
%14
%14

Triadic Colors of #db52bc

#db52bc #bcdb52 #52bcdb

Analogous Colors of #db52bc

#db52bc #db5278 #b652db

Monochromatic Colors of #db52bc

#db52bc

Complementary Color

#db52bc #52db71

#db52bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db52bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db52bc Color CSS Codes

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

#db52bc Text Font Color

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

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


#db52bc Background Color

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

This div background color is #db52bc


#db52bc Border Color

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

This div border color is #db52bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db52bc


Comments

No comments written yet.

Please login to write comment.