Color Hex Logo

#db3fad Color Hex

#DB3FAD
(219,63,173)
0 Favorites   0 Comments

Color spaces of #db3fad

RGB 21963173
HSL0.880.680.55
HSV318°71°86°
CMYK 0.000.710.21   0.14
XYZ38.533721.632241.6796
Yxy21.63220.37840.2124
Hunter Lab46.510466.4933-20.5745
CIE-Lab53.634669.9098-25.1575

#db3fad color RGB value is (219,63,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111111 10101101
Octal 333 77 255
Decimal 219 63 173
Hex DB 3F AD

RGB Percentages of Color #db3fad

%48.13
%13.85
%38.02

CMYK Percentages of Color #db3fad

%0
%71
%21
%14

Triadic Colors of #db3fad

#db3fad #addb3f #3faddb

Analogous Colors of #db3fad

#db3fad #db3f5f #bb3fdb

Monochromatic Colors of #db3fad

#db3fad

Complementary Color

#db3fad #3fdb6d

#db3fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3fad Color CSS Codes

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

#db3fad Text Font Color

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

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


#db3fad Background Color

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

This div background color is #db3fad


#db3fad Border Color

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

This div border color is #db3fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3fad


Comments

No comments written yet.

Please login to write comment.