Color Hex Logo

#d174dc Color Hex

#D174DC
(209,116,220)
0 Favorites   0 Comments

Color spaces of #d174dc

RGB 209116220
HSL0.820.600.66
HSV294°47°86°
CMYK 0.050.470.00   0.14
XYZ45.458231.213471.3390
Yxy31.21340.30710.2109
Hunter Lab55.869047.4672-36.5991
CIE-Lab62.687451.8464-38.0398

#d174dc color RGB value is (209,116,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110100 11011100
Octal 321 164 334
Decimal 209 116 220
Hex D1 74 DC

RGB Percentages of Color #d174dc

%38.35
%21.28
%40.37

CMYK Percentages of Color #d174dc

%5
%47
%0
%14

Triadic Colors of #d174dc

#d174dc #dcd174 #74dcd1

Analogous Colors of #d174dc

#d174dc #dc74b3 #9d74dc

Monochromatic Colors of #d174dc

#d174dc

Complementary Color

#d174dc #7fdc74

#d174dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d174dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d174dc Color CSS Codes

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

#d174dc Text Font Color

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

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


#d174dc Background Color

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

This div background color is #d174dc


#d174dc Border Color

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

This div border color is #d174dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d174dc


Comments

No comments written yet.

Please login to write comment.