Color Hex Logo

#d172cc Color Hex

#D172CC
(209,114,204)
0 Favorites   0 Comments

Color spaces of #d172cc

RGB 209114204
HSL0.840.510.63
HSV303°45°82°
CMYK 0.000.450.02   0.18
XYZ43.210929.949660.6301
Yxy29.94960.32300.2239
Hunter Lab54.726245.1697-27.3779
CIE-Lab61.610749.9344-30.7289

#d172cc color RGB value is (209,114,204).

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

The process color (four color CMYK) of #d172cc color hex is 0.00, 0.45, 0.02, 0.18. Web safe color of #d172cc is #cc66cc. Color #d172cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110010 11001100
Octal 321 162 314
Decimal 209 114 204
Hex D1 72 CC

RGB Percentages of Color #d172cc

%39.66
%21.63
%38.71

CMYK Percentages of Color #d172cc

%0
%45
%2
%18

Triadic Colors of #d172cc

#d172cc #ccd172 #72ccd1

Analogous Colors of #d172cc

#d172cc #d1729d #a772d1

Monochromatic Colors of #d172cc

#d172cc

Complementary Color

#d172cc #72d177

#d172cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d172cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d172cc Color CSS Codes

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

#d172cc Text Font Color

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

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


#d172cc Background Color

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

This div background color is #d172cc


#d172cc Border Color

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

This div border color is #d172cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d172cc


Comments

No comments written yet.

Please login to write comment.