Color Hex Logo

#d071df Color Hex

#D071DF
(208,113,223)
0 Favorites   0 Comments

Color spaces of #d071df

RGB 208113223
HSL0.810.630.66
HSV292°49°87°
CMYK 0.070.490.00   0.13
XYZ45.236830.547973.3241
Yxy30.54790.30340.2049
Hunter Lab55.270249.3736-39.9679
CIE-Lab62.124153.6384-40.6074

#d071df color RGB value is (208,113,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110001 11011111
Octal 320 161 337
Decimal 208 113 223
Hex D0 71 DF

RGB Percentages of Color #d071df

%38.24
%20.77
%40.99

CMYK Percentages of Color #d071df

%7
%49
%0
%13

Triadic Colors of #d071df

#d071df #dfd071 #71dfd0

Analogous Colors of #d071df

#d071df #df71b7 #9971df

Monochromatic Colors of #d071df

#d071df

Complementary Color

#d071df #80df71

#d071df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d071df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d071df Color CSS Codes

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

#d071df Text Font Color

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

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


#d071df Background Color

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

This div background color is #d071df


#d071df Border Color

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

This div border color is #d071df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d071df


Comments

No comments written yet.

Please login to write comment.