Color Hex Logo

#db70df Color Hex

#DB70DF
(219,112,223)
0 Favorites   0 Comments

Color spaces of #db70df

RGB 219112223
HSL0.830.630.66
HSV298°50°87°
CMYK 0.020.500.00   0.13
XYZ48.326931.976173.4369
Yxy31.97610.31430.2080
Hunter Lab56.547453.5928-37.4154
CIE-Lab63.323157.1640-38.6300

#db70df color RGB value is (219,112,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110000 11011111
Octal 333 160 337
Decimal 219 112 223
Hex DB 70 DF

RGB Percentages of Color #db70df

%39.53
%20.22
%40.25

CMYK Percentages of Color #db70df

%2
%50
%0
%13

Triadic Colors of #db70df

#db70df #dfdb70 #70dfdb

Analogous Colors of #db70df

#db70df #df70ac #a470df

Monochromatic Colors of #db70df

#db70df

Complementary Color

#db70df #74df70

#db70df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db70df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db70df Color CSS Codes

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

#db70df Text Font Color

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

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


#db70df Background Color

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

This div background color is #db70df


#db70df Border Color

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

This div border color is #db70df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db70df


Comments

No comments written yet.

Please login to write comment.