Color Hex Logo

#db5fad Color Hex

#DB5FAD
(219,95,173)
0 Favorites   0 Comments

Color spaces of #db5fad

RGB 21995173
HSL0.900.630.62
HSV322°57°86°
CMYK 0.000.570.21   0.14
XYZ40.848526.261642.4512
Yxy26.26160.37280.2397
Hunter Lab51.246152.6026-13.2424
CIE-Lab58.284557.1333-18.0310

#db5fad color RGB value is (219,95,173).

#db5fad hex color red value is 219, green value is 95 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #db5fad hue: 0.90 , saturation: 0.63 and the lightness value of db5fad is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011111 10101101
Octal 333 137 255
Decimal 219 95 173
Hex DB 5F AD

RGB Percentages of Color #db5fad

%44.97
%19.51
%35.52

CMYK Percentages of Color #db5fad

%0
%57
%21
%14

Triadic Colors of #db5fad

#db5fad #addb5f #5faddb

Analogous Colors of #db5fad

#db5fad #db5f6f #cb5fdb

Monochromatic Colors of #db5fad

#db5fad

Complementary Color

#db5fad #5fdb8d

#db5fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5fad Color CSS Codes

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

#db5fad Text Font Color

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

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


#db5fad Background Color

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

This div background color is #db5fad


#db5fad Border Color

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

This div border color is #db5fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5fad


Comments

No comments written yet.

Please login to write comment.