Color Hex Logo

#d171ce Color Hex

#D171CE
(209,113,206)
0 Favorites   0 Comments

Color spaces of #d171ce

RGB 209113206
HSL0.840.510.63
HSV302°46°82°
CMYK 0.000.460.01   0.18
XYZ43.340229.821861.8644
Yxy29.82180.32100.2209
Hunter Lab54.609346.0985-28.9404
CIE-Lab61.500250.7940-32.0286

#d171ce color RGB value is (209,113,206).

#d171ce hex color red value is 209, green value is 113 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d171ce hue: 0.84 , saturation: 0.51 and the lightness value of d171ce is 0.63.

The process color (four color CMYK) of #d171ce color hex is 0.00, 0.46, 0.01, 0.18. Web safe color of #d171ce is #cc66cc. Color #d171ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110001 11001110
Octal 321 161 316
Decimal 209 113 206
Hex D1 71 CE

RGB Percentages of Color #d171ce

%39.58
%21.40
%39.02

CMYK Percentages of Color #d171ce

%0
%46
%1
%18

Triadic Colors of #d171ce

#d171ce #ced171 #71ced1

Analogous Colors of #d171ce

#d171ce #d1719e #a471d1

Monochromatic Colors of #d171ce

#d171ce

Complementary Color

#d171ce #71d174

#d171ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d171ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d171ce Color CSS Codes

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

#d171ce Text Font Color

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

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


#d171ce Background Color

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

This div background color is #d171ce


#d171ce Border Color

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

This div border color is #d171ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d171ce


Comments

No comments written yet.

Please login to write comment.