Color Hex Logo

#d070df Color Hex

#D070DF
(208,112,223)
0 Favorites   0 Comments

Color spaces of #d070df

RGB 208112223
HSL0.810.630.66
HSV292°50°87°
CMYK 0.070.500.00   0.13
XYZ45.125930.326073.2871
Yxy30.32600.30340.2039
Hunter Lab55.069049.8996-40.3561
CIE-Lab61.934554.1364-40.9049

#d070df color RGB value is (208,112,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110000 11011111
Octal 320 160 337
Decimal 208 112 223
Hex D0 70 DF

RGB Percentages of Color #d070df

%38.31
%20.63
%41.07

CMYK Percentages of Color #d070df

%7
%50
%0
%13

Triadic Colors of #d070df

#d070df #dfd070 #70dfd0

Analogous Colors of #d070df

#d070df #df70b7 #9970df

Monochromatic Colors of #d070df

#d070df

Complementary Color

#d070df #7fdf70

#d070df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d070df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d070df Color CSS Codes

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

#d070df Text Font Color

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

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


#d070df Background Color

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

This div background color is #d070df


#d070df Border Color

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

This div border color is #d070df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d070df


Comments

No comments written yet.

Please login to write comment.