Color Hex Logo

#db1cad Color Hex

#DB1CAD
(219,28,173)
0 Favorites   0 Comments

Color spaces of #db1cad

RGB 21928173
HSL0.870.770.48
HSV314°87°86°
CMYK 0.000.870.21   0.14
XYZ37.171518.907741.2256
Yxy18.90770.38200.1943
Hunter Lab43.483076.4958-25.7739
CIE-Lab50.579078.6671-29.8965

#db1cad color RGB value is (219,28,173).

#db1cad hex color red value is 219, green value is 28 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #db1cad hue: 0.87 , saturation: 0.77 and the lightness value of db1cad is 0.48.

The process color (four color CMYK) of #db1cad color hex is 0.00, 0.87, 0.21, 0.14. Web safe color of #db1cad is #cc3399. Color #db1cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011100 10101101
Octal 333 34 255
Decimal 219 28 173
Hex DB 1C AD

RGB Percentages of Color #db1cad

%52.14
%6.67
%41.19

CMYK Percentages of Color #db1cad

%0
%87
%21
%14

Triadic Colors of #db1cad

#db1cad #addb1c #1caddb

Analogous Colors of #db1cad

#db1cad #db1c4d #aa1cdb

Monochromatic Colors of #db1cad

#db1cad

Complementary Color

#db1cad #1cdb4a

#db1cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1cad Color CSS Codes

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

#db1cad Text Font Color

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

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


#db1cad Background Color

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

This div background color is #db1cad


#db1cad Border Color

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

This div border color is #db1cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1cad


Comments

No comments written yet.

Please login to write comment.