Color Hex Logo

#d178ae Color Hex

#D178AE
(209,120,174)
0 Favorites   0 Comments

Color spaces of #d178ae

RGB 209120174
HSL0.900.490.65
HSV324°43°82°
CMYK 0.000.430.17   0.18
XYZ40.650930.044243.7010
Yxy30.04420.35540.2626
Hunter Lab54.812636.4597-8.9019
CIE-Lab61.692341.8351-13.5755

#d178ae color RGB value is (209,120,174).

#d178ae hex color red value is 209, green value is 120 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d178ae hue: 0.90 , saturation: 0.49 and the lightness value of d178ae is 0.65.

The process color (four color CMYK) of #d178ae color hex is 0.00, 0.43, 0.17, 0.18. Web safe color of #d178ae is #cc6699. Color #d178ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111000 10101110
Octal 321 170 256
Decimal 209 120 174
Hex D1 78 AE

RGB Percentages of Color #d178ae

%41.55
%23.86
%34.59

CMYK Percentages of Color #d178ae

%0
%43
%17
%18

Triadic Colors of #d178ae

#d178ae #aed178 #78aed1

Analogous Colors of #d178ae

#d178ae #d17882 #c878d1

Monochromatic Colors of #d178ae

#d178ae

Complementary Color

#d178ae #78d19b

#d178ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d178ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d178ae Color CSS Codes

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

#d178ae Text Font Color

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

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


#d178ae Background Color

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

This div background color is #d178ae


#d178ae Border Color

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

This div border color is #d178ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d178ae


Comments

No comments written yet.

Please login to write comment.