Color Hex Logo

#d174df Color Hex

#D174DF
(209,116,223)
0 Favorites   0 Comments

Color spaces of #d174df

RGB 209116223
HSL0.810.630.66
HSV292°48°87°
CMYK 0.060.480.00   0.13
XYZ45.859231.373873.4507
Yxy31.37380.30430.2082
Hunter Lab56.012348.1225-38.5402
CIE-Lab62.821952.4128-39.5051

#d174df color RGB value is (209,116,223).

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

The process color (four color CMYK) of #d174df color hex is 0.06, 0.48, 0.00, 0.13. Web safe color of #d174df is #cc66cc. Color #d174df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110100 11011111
Octal 321 164 337
Decimal 209 116 223
Hex D1 74 DF

RGB Percentages of Color #d174df

%38.14
%21.17
%40.69

CMYK Percentages of Color #d174df

%6
%48
%0
%13

Triadic Colors of #d174df

#d174df #dfd174 #74dfd1

Analogous Colors of #d174df

#d174df #df74b8 #9c74df

Monochromatic Colors of #d174df

#d174df

Complementary Color

#d174df #82df74

#d174df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d174df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d174df Color CSS Codes

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

#d174df Text Font Color

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

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


#d174df Background Color

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

This div background color is #d174df


#d174df Border Color

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

This div border color is #d174df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d174df


Comments

No comments written yet.

Please login to write comment.