Color Hex Logo

#db71df Color Hex

#DB71DF
(219,113,223)
0 Favorites   0 Comments

Color spaces of #db71df

RGB 219113223
HSL0.830.630.66
HSV298°49°87°
CMYK 0.020.490.00   0.13
XYZ48.437832.198073.4739
Yxy32.19800.31430.2089
Hunter Lab56.743353.0723-37.0512
CIE-Lab63.506256.6800-38.3438

#db71df color RGB value is (219,113,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110001 11011111
Octal 333 161 337
Decimal 219 113 223
Hex DB 71 DF

RGB Percentages of Color #db71df

%39.46
%20.36
%40.18

CMYK Percentages of Color #db71df

%2
%49
%0
%13

Triadic Colors of #db71df

#db71df #dfdb71 #71dfdb

Analogous Colors of #db71df

#db71df #df71ac #a471df

Monochromatic Colors of #db71df

#db71df

Complementary Color

#db71df #75df71

#db71df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db71df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db71df Color CSS Codes

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

#db71df Text Font Color

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

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


#db71df Background Color

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

This div background color is #db71df


#db71df Border Color

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

This div border color is #db71df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db71df


Comments

No comments written yet.

Please login to write comment.