Color Hex Logo

#d191ae Color Hex

#D191AE
(209,145,174)
0 Favorites   0 Comments

Color spaces of #d191ae

RGB 209145174
HSL0.920.410.69
HSV333°31°82°
CMYK 0.000.310.17   0.18
XYZ44.059936.862144.8373
Yxy36.86210.35040.2931
Hunter Lab60.714223.2866-1.2856
CIE-Lab67.173428.4588-5.3930

#d191ae color RGB value is (209,145,174).

#d191ae hex color red value is 209, green value is 145 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d191ae hue: 0.92 , saturation: 0.41 and the lightness value of d191ae is 0.69.

The process color (four color CMYK) of #d191ae color hex is 0.00, 0.31, 0.17, 0.18. Web safe color of #d191ae is #cc9999. Color #d191ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010001 10101110
Octal 321 221 256
Decimal 209 145 174
Hex D1 91 AE

RGB Percentages of Color #d191ae

%39.58
%27.46
%32.95

CMYK Percentages of Color #d191ae

%0
%31
%17
%18

Triadic Colors of #d191ae

#d191ae #aed191 #91aed1

Analogous Colors of #d191ae

#d191ae #d19491 #d191ce

Monochromatic Colors of #d191ae

#d191ae

Complementary Color

#d191ae #91d1b4

#d191ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d191ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d191ae Color CSS Codes

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

#d191ae Text Font Color

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

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


#d191ae Background Color

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

This div background color is #d191ae


#d191ae Border Color

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

This div border color is #d191ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d191ae


Comments

No comments written yet.

Please login to write comment.