Color Hex Logo

#d174ce Color Hex

#D174CE
(209,116,206)
0 Favorites   0 Comments

Color spaces of #d174ce

RGB 209116206
HSL0.840.500.64
HSV302°44°82°
CMYK 0.000.440.01   0.18
XYZ43.680530.502361.9778
Yxy30.50230.32080.2240
Hunter Lab55.228944.5250-27.8750
CIE-Lab62.085249.2769-31.1210

#d174ce color RGB value is (209,116,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110100 11001110
Octal 321 164 316
Decimal 209 116 206
Hex D1 74 CE

RGB Percentages of Color #d174ce

%39.36
%21.85
%38.79

CMYK Percentages of Color #d174ce

%0
%44
%1
%18

Triadic Colors of #d174ce

#d174ce #ced174 #74ced1

Analogous Colors of #d174ce

#d174ce #d174a0 #a674d1

Monochromatic Colors of #d174ce

#d174ce

Complementary Color

#d174ce #74d177

#d174ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d174ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d174ce Color CSS Codes

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

#d174ce Text Font Color

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

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


#d174ce Background Color

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

This div background color is #d174ce


#d174ce Border Color

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

This div border color is #d174ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d174ce


Comments

No comments written yet.

Please login to write comment.