Color Hex Logo

#db5faf Color Hex

#DB5FAF
(219,95,175)
0 Favorites   0 Comments

Color spaces of #db5faf

RGB 21995175
HSL0.890.630.62
HSV321°57°86°
CMYK 0.000.570.20   0.14
XYZ41.043526.339643.4783
Yxy26.33960.37020.2376
Hunter Lab51.322152.9369-14.3029
CIE-Lab58.358057.4161-19.0733

#db5faf color RGB value is (219,95,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011111 10101111
Octal 333 137 257
Decimal 219 95 175
Hex DB 5F AF

RGB Percentages of Color #db5faf

%44.79
%19.43
%35.79

CMYK Percentages of Color #db5faf

%0
%57
%20
%14

Triadic Colors of #db5faf

#db5faf #afdb5f #5fafdb

Analogous Colors of #db5faf

#db5faf #db5f71 #c95fdb

Monochromatic Colors of #db5faf

#db5faf

Complementary Color

#db5faf #5fdb8b

#db5faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5faf Color CSS Codes

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

#db5faf Text Font Color

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

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


#db5faf Background Color

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

This div background color is #db5faf


#db5faf Border Color

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

This div border color is #db5faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5faf


Comments

No comments written yet.

Please login to write comment.