Color Hex Logo

#db526e Color Hex

#DB526E
(219,82,110)
0 Favorites   0 Comments

Color spaces of #db526e

RGB 21982110
HSL0.970.660.59
HSV348°63°86°
CMYK 0.000.630.50   0.14
XYZ35.045222.220417.1937
Yxy22.22040.47070.2984
Hunter Lab47.138550.213711.3710
CIE-Lab54.260155.691413.0362

#db526e color RGB value is (219,82,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010010 01101110
Octal 333 122 156
Decimal 219 82 110
Hex DB 52 6E

RGB Percentages of Color #db526e

%53.28
%19.95
%26.76

CMYK Percentages of Color #db526e

%0
%63
%50
%14

Triadic Colors of #db526e

#db526e #6edb52 #526edb

Analogous Colors of #db526e

#db526e #db7b52 #db52b3

Monochromatic Colors of #db526e

#db526e

Complementary Color

#db526e #52dbbf

#db526e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db526e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db526e Color CSS Codes

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

#db526e Text Font Color

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

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


#db526e Background Color

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

This div background color is #db526e


#db526e Border Color

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

This div border color is #db526e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db526e


Comments

No comments written yet.

Please login to write comment.