Color Hex Logo

#d170fc Color Hex

#D170FC
(209,112,252)
0 Favorites   0 Comments

Color spaces of #d170fc

RGB 209112252
HSL0.780.960.71
HSV282°56°99°
CMYK 0.170.560.00   0.01
XYZ49.659432.171995.6879
Yxy32.17190.27970.1812
Hunter Lab56.720357.0188-60.3189
CIE-Lab63.484760.1022-54.5281

#d170fc color RGB value is (209,112,252).

#d170fc hex color red value is 209, green value is 112 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d170fc hue: 0.78 , saturation: 0.96 and the lightness value of d170fc is 0.71.

The process color (four color CMYK) of #d170fc color hex is 0.17, 0.56, 0.00, 0.01. Web safe color of #d170fc is #cc66ff. Color #d170fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110000 11111100
Octal 321 160 374
Decimal 209 112 252
Hex D1 70 FC

RGB Percentages of Color #d170fc

%36.47
%19.55
%43.98

CMYK Percentages of Color #d170fc

%17
%56
%0
%1

Triadic Colors of #d170fc

#d170fc #fcd170 #70fcd1

Analogous Colors of #d170fc

#d170fc #fc70e1 #8b70fc

Monochromatic Colors of #d170fc

#d170fc

Complementary Color

#d170fc #9bfc70

#d170fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d170fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d170fc Color CSS Codes

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

#d170fc Text Font Color

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

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


#d170fc Background Color

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

This div background color is #d170fc


#d170fc Border Color

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

This div border color is #d170fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,112,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d170fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d170fc

Related Colors


Comments

No comments written yet.

Please login to write comment.