Color Hex Logo

#d172dc Color Hex

#D172DC
(209,114,220)
0 Favorites   0 Comments

Color spaces of #d172dc

RGB 209114220
HSL0.820.600.65
HSV294°48°86°
CMYK 0.050.480.00   0.14
XYZ45.230130.757271.2630
Yxy30.75720.30720.2089
Hunter Lab55.459248.5233-37.3640
CIE-Lab62.302152.8518-38.6423

#d172dc color RGB value is (209,114,220).

#d172dc hex color red value is 209, green value is 114 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d172dc hue: 0.82 , saturation: 0.60 and the lightness value of d172dc is 0.65.

The process color (four color CMYK) of #d172dc color hex is 0.05, 0.48, 0.00, 0.14. Web safe color of #d172dc is #cc66cc. Color #d172dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110010 11011100
Octal 321 162 334
Decimal 209 114 220
Hex D1 72 DC

RGB Percentages of Color #d172dc

%38.49
%20.99
%40.52

CMYK Percentages of Color #d172dc

%5
%48
%0
%14

Triadic Colors of #d172dc

#d172dc #dcd172 #72dcd1

Analogous Colors of #d172dc

#d172dc #dc72b2 #9c72dc

Monochromatic Colors of #d172dc

#d172dc

Complementary Color

#d172dc #7ddc72

#d172dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d172dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d172dc Color CSS Codes

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

#d172dc Text Font Color

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

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


#d172dc Background Color

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

This div background color is #d172dc


#d172dc Border Color

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

This div border color is #d172dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d172dc


Comments

No comments written yet.

Please login to write comment.