Color Hex Logo

#db72af Color Hex

#DB72AF
(219,114,175)
0 Favorites   0 Comments

Color spaces of #db72af

RGB 219114175
HSL0.900.590.65
HSV325°48°86°
CMYK 0.000.480.20   0.14
XYZ42.968630.189844.1200
Yxy30.18980.36640.2574
Hunter Lab54.945243.4374-9.1471
CIE-Lab61.817648.3225-13.8294

#db72af color RGB value is (219,114,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110010 10101111
Octal 333 162 257
Decimal 219 114 175
Hex DB 72 AF

RGB Percentages of Color #db72af

%43.11
%22.44
%34.45

CMYK Percentages of Color #db72af

%0
%48
%20
%14

Triadic Colors of #db72af

#db72af #afdb72 #72afdb

Analogous Colors of #db72af

#db72af #db727b #d372db

Monochromatic Colors of #db72af

#db72af

Complementary Color

#db72af #72db9e

#db72af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db72af Color Preview on White Background

Lorem ipsum dolor sit amet.

#db72af Color CSS Codes

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

#db72af Text Font Color

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

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


#db72af Background Color

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

This div background color is #db72af


#db72af Border Color

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

This div border color is #db72af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db72af


Comments

No comments written yet.

Please login to write comment.