Color Hex Logo

#db7adf Color Hex

#DB7ADF
(219,122,223)
0 Favorites   0 Comments

Color spaces of #db7adf

RGB 219122223
HSL0.830.610.68
HSV298°45°87°
CMYK 0.020.450.00   0.13
XYZ49.492234.306873.8254
Yxy34.30680.31400.2176
Hunter Lab58.572048.3280-33.7300
CIE-Lab65.205452.2331-35.6935

#db7adf color RGB value is (219,122,223).

#db7adf hex color red value is 219, green value is 122 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #db7adf hue: 0.83 , saturation: 0.61 and the lightness value of db7adf is 0.68.

The process color (four color CMYK) of #db7adf color hex is 0.02, 0.45, 0.00, 0.13. Web safe color of #db7adf is #cc66cc. Color #db7adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111010 11011111
Octal 333 172 337
Decimal 219 122 223
Hex DB 7A DF

RGB Percentages of Color #db7adf

%38.83
%21.63
%39.54

CMYK Percentages of Color #db7adf

%2
%45
%0
%13

Triadic Colors of #db7adf

#db7adf #dfdb7a #7adfdb

Analogous Colors of #db7adf

#db7adf #df7ab1 #a97adf

Monochromatic Colors of #db7adf

#db7adf

Complementary Color

#db7adf #7edf7a

#db7adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7adf Color CSS Codes

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

#db7adf Text Font Color

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

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


#db7adf Background Color

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

This div background color is #db7adf


#db7adf Border Color

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

This div border color is #db7adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7adf


Comments

No comments written yet.

Please login to write comment.