Color Hex Logo

#d174cc Color Hex

#D174CC
(209,116,204)
0 Favorites   0 Comments

Color spaces of #d174cc

RGB 209116204
HSL0.840.500.64
HSV303°44°82°
CMYK 0.000.440.02   0.18
XYZ43.439030.405760.7061
Yxy30.40570.32280.2260
Hunter Lab55.141444.1205-26.6745
CIE-Lab62.002748.9201-30.1218

#d174cc color RGB value is (209,116,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110100 11001100
Octal 321 164 314
Decimal 209 116 204
Hex D1 74 CC

RGB Percentages of Color #d174cc

%39.51
%21.93
%38.56

CMYK Percentages of Color #d174cc

%0
%44
%2
%18

Triadic Colors of #d174cc

#d174cc #ccd174 #74ccd1

Analogous Colors of #d174cc

#d174cc #d1749e #a874d1

Monochromatic Colors of #d174cc

#d174cc

Complementary Color

#d174cc #74d179

#d174cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d174cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d174cc Color CSS Codes

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

#d174cc Text Font Color

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

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


#d174cc Background Color

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

This div background color is #d174cc


#d174cc Border Color

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

This div border color is #d174cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d174cc


Comments

No comments written yet.

Please login to write comment.