Color Hex Logo

#db5caa Color Hex

#DB5CAA
(219,92,170)
0 Favorites   0 Comments

Color spaces of #db5caa

RGB 21992170
HSL0.900.640.61
HSV323°58°86°
CMYK 0.000.580.22   0.14
XYZ40.296325.616640.8509
Yxy25.61660.37740.2399
Hunter Lab50.612853.5434-12.4255
CIE-Lab57.671358.0685-17.2287

#db5caa color RGB value is (219,92,170).

#db5caa hex color red value is 219, green value is 92 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #db5caa hue: 0.90 , saturation: 0.64 and the lightness value of db5caa is 0.61.

The process color (four color CMYK) of #db5caa color hex is 0.00, 0.58, 0.22, 0.14. Web safe color of #db5caa is #cc6699. Color #db5caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011100 10101010
Octal 333 134 252
Decimal 219 92 170
Hex DB 5C AA

RGB Percentages of Color #db5caa

%45.53
%19.13
%35.34

CMYK Percentages of Color #db5caa

%0
%58
%22
%14

Triadic Colors of #db5caa

#db5caa #aadb5c #5caadb

Analogous Colors of #db5caa

#db5caa #db5c6b #cd5cdb

Monochromatic Colors of #db5caa

#db5caa

Complementary Color

#db5caa #5cdb8d

#db5caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5caa Color CSS Codes

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

#db5caa Text Font Color

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

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


#db5caa Background Color

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

This div background color is #db5caa


#db5caa Border Color

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

This div border color is #db5caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5caa


Comments

No comments written yet.

Please login to write comment.