Color Hex Logo

#db527d Color Hex

#DB527D
(219,82,125)
0 Favorites   0 Comments

Color spaces of #db527d

RGB 21982125
HSL0.950.660.59
HSV341°63°86°
CMYK 0.000.630.43   0.14
XYZ35.932422.575321.8657
Yxy22.57530.44710.2809
Hunter Lab47.513551.84335.9742
CIE-Lab54.632257.08794.6596

#db527d color RGB value is (219,82,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010010 01111101
Octal 333 122 175
Decimal 219 82 125
Hex DB 52 7D

RGB Percentages of Color #db527d

%51.41
%19.25
%29.34

CMYK Percentages of Color #db527d

%0
%63
%43
%14

Triadic Colors of #db527d

#db527d #7ddb52 #527ddb

Analogous Colors of #db527d

#db527d #db6c52 #db52c2

Monochromatic Colors of #db527d

#db527d

Complementary Color

#db527d #52dbb0

#db527d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db527d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db527d Color CSS Codes

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

#db527d Text Font Color

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

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


#db527d Background Color

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

This div background color is #db527d


#db527d Border Color

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

This div border color is #db527d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db527d


Comments

No comments written yet.

Please login to write comment.