Color Hex Logo

#db3cad Color Hex

#DB3CAD
(219,60,173)
0 Favorites   0 Comments

Color spaces of #db3cad

RGB 21960173
HSL0.880.690.55
HSV317°73°86°
CMYK 0.000.730.21   0.14
XYZ38.372121.308941.6258
Yxy21.30890.37880.2103
Hunter Lab46.161667.5965-21.1512
CIE-Lab53.285970.8946-25.6961

#db3cad color RGB value is (219,60,173).

#db3cad hex color red value is 219, green value is 60 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #db3cad hue: 0.88 , saturation: 0.69 and the lightness value of db3cad is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111100 10101101
Octal 333 74 255
Decimal 219 60 173
Hex DB 3C AD

RGB Percentages of Color #db3cad

%48.45
%13.27
%38.27

CMYK Percentages of Color #db3cad

%0
%73
%21
%14

Triadic Colors of #db3cad

#db3cad #addb3c #3caddb

Analogous Colors of #db3cad

#db3cad #db3c5d #ba3cdb

Monochromatic Colors of #db3cad

#db3cad

Complementary Color

#db3cad #3cdb6a

#db3cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3cad Color CSS Codes

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

#db3cad Text Font Color

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

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


#db3cad Background Color

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

This div background color is #db3cad


#db3cad Border Color

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

This div border color is #db3cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,60,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 #db3cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3cad


Comments

No comments written yet.

Please login to write comment.