Color Hex Logo

#d174ba Color Hex

#D174BA
(209,116,186)
0 Favorites   0 Comments

Color spaces of #d174ba

RGB 209116186
HSL0.870.500.64
HSV315°44°82°
CMYK 0.000.440.11   0.18
XYZ41.402829.591349.9839
Yxy29.59130.34220.2446
Hunter Lab54.397940.6619-16.4005
CIE-Lab61.300045.8348-21.0079

#d174ba color RGB value is (209,116,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110100 10111010
Octal 321 164 272
Decimal 209 116 186
Hex D1 74 BA

RGB Percentages of Color #d174ba

%40.90
%22.70
%36.40

CMYK Percentages of Color #d174ba

%0
%44
%11
%18

Triadic Colors of #d174ba

#d174ba #bad174 #74bad1

Analogous Colors of #d174ba

#d174ba #d1748c #ba74d1

Monochromatic Colors of #d174ba

#d174ba

Complementary Color

#d174ba #74d18b

#d174ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d174ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d174ba Color CSS Codes

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

#d174ba Text Font Color

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

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


#d174ba Background Color

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

This div background color is #d174ba


#d174ba Border Color

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

This div border color is #d174ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d174ba


Comments

No comments written yet.

Please login to write comment.