Color Hex Logo

#db5cac Color Hex

#DB5CAC
(219,92,172)
0 Favorites   0 Comments

Color spaces of #db5cac

RGB 21992172
HSL0.900.640.61
HSV322°58°86°
CMYK 0.000.580.21   0.14
XYZ40.487025.692941.8551
Yxy25.69290.37480.2378
Hunter Lab50.688253.8720-13.4762
CIE-Lab57.744458.3451-18.2751

#db5cac color RGB value is (219,92,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011100 10101100
Octal 333 134 254
Decimal 219 92 172
Hex DB 5C AC

RGB Percentages of Color #db5cac

%45.34
%19.05
%35.61

CMYK Percentages of Color #db5cac

%0
%58
%21
%14

Triadic Colors of #db5cac

#db5cac #acdb5c #5cacdb

Analogous Colors of #db5cac

#db5cac #db5c6d #cb5cdb

Monochromatic Colors of #db5cac

#db5cac

Complementary Color

#db5cac #5cdb8b

#db5cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5cac Color CSS Codes

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

#db5cac Text Font Color

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

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


#db5cac Background Color

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

This div background color is #db5cac


#db5cac Border Color

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

This div border color is #db5cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5cac


Comments

No comments written yet.

Please login to write comment.