Color Hex Logo

#db75af Color Hex

#DB75AF
(219,117,175)
0 Favorites   0 Comments

Color spaces of #db75af

RGB 219117175
HSL0.910.590.66
HSV326°47°86°
CMYK 0.000.470.20   0.14
XYZ43.312630.877844.2346
Yxy30.87780.36570.2607
Hunter Lab55.567841.8891-8.3002
CIE-Lab62.404346.8150-12.9459

#db75af color RGB value is (219,117,175).

#db75af hex color red value is 219, green value is 117 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #db75af hue: 0.91 , saturation: 0.59 and the lightness value of db75af is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110101 10101111
Octal 333 165 257
Decimal 219 117 175
Hex DB 75 AF

RGB Percentages of Color #db75af

%42.86
%22.90
%34.25

CMYK Percentages of Color #db75af

%0
%47
%20
%14

Triadic Colors of #db75af

#db75af #afdb75 #75afdb

Analogous Colors of #db75af

#db75af #db757c #d475db

Monochromatic Colors of #db75af

#db75af

Complementary Color

#db75af #75dba1

#db75af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db75af Color Preview on White Background

Lorem ipsum dolor sit amet.

#db75af Color CSS Codes

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

#db75af Text Font Color

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

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


#db75af Background Color

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

This div background color is #db75af


#db75af Border Color

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

This div border color is #db75af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db75af


Comments

No comments written yet.

Please login to write comment.