Color Hex Logo

#d170df Color Hex

#D170DF
(209,112,223)
0 Favorites   0 Comments

Color spaces of #d170df

RGB 209112223
HSL0.810.630.66
HSV292°50°87°
CMYK 0.060.500.00   0.13
XYZ45.407930.471473.3003
Yxy30.47140.30440.2043
Hunter Lab55.200950.2313-40.0895
CIE-Lab62.058854.4113-40.7010

#d170df color RGB value is (209,112,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110000 11011111
Octal 321 160 337
Decimal 209 112 223
Hex D1 70 DF

RGB Percentages of Color #d170df

%38.42
%20.59
%40.99

CMYK Percentages of Color #d170df

%6
%50
%0
%13

Triadic Colors of #d170df

#d170df #dfd170 #70dfd1

Analogous Colors of #d170df

#d170df #df70b6 #9a70df

Monochromatic Colors of #d170df

#d170df

Complementary Color

#d170df #7edf70

#d170df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d170df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d170df Color CSS Codes

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

#d170df Text Font Color

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

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


#d170df Background Color

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

This div background color is #d170df


#d170df Border Color

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

This div border color is #d170df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d170df


Comments

No comments written yet.

Please login to write comment.