Color Hex Logo

#db52d5 Color Hex

#DB52D5
(219,82,213)
0 Favorites   0 Comments

Color spaces of #db52d5

RGB 21982213
HSL0.840.660.59
HSV303°63°86°
CMYK 0.000.630.03   0.14
XYZ44.241025.898865.6180
Yxy25.89880.32590.1908
Hunter Lab50.890966.1166-40.8241
CIE-Lab57.940968.7838-41.4500

#db52d5 color RGB value is (219,82,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010010 11010101
Octal 333 122 325
Decimal 219 82 213
Hex DB 52 D5

RGB Percentages of Color #db52d5

%42.61
%15.95
%41.44

CMYK Percentages of Color #db52d5

%0
%63
%3
%14

Triadic Colors of #db52d5

#db52d5 #d5db52 #52d5db

Analogous Colors of #db52d5

#db52d5 #db5291 #9d52db

Monochromatic Colors of #db52d5

#db52d5

Complementary Color

#db52d5 #52db58

#db52d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db52d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db52d5 Color CSS Codes

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

#db52d5 Text Font Color

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

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


#db52d5 Background Color

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

This div background color is #db52d5


#db52d5 Border Color

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

This div border color is #db52d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db52d5


Comments

No comments written yet.

Please login to write comment.