Color Hex Logo

#d190ae Color Hex

#D190AE
(209,144,174)
0 Favorites   0 Comments

Color spaces of #d190ae

RGB 209144174
HSL0.920.410.69
HSV332°31°82°
CMYK 0.000.310.17   0.18
XYZ43.907736.557844.7866
Yxy36.55780.35060.2919
Hunter Lab60.463023.8147-1.5936
CIE-Lab66.943929.0019-5.7326

#d190ae color RGB value is (209,144,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010000 10101110
Octal 321 220 256
Decimal 209 144 174
Hex D1 90 AE

RGB Percentages of Color #d190ae

%39.66
%27.32
%33.02

CMYK Percentages of Color #d190ae

%0
%31
%17
%18

Triadic Colors of #d190ae

#d190ae #aed190 #90aed1

Analogous Colors of #d190ae

#d190ae #d19390 #d190cf

Monochromatic Colors of #d190ae

#d190ae

Complementary Color

#d190ae #90d1b3

#d190ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d190ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d190ae Color CSS Codes

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

#d190ae Text Font Color

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

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


#d190ae Background Color

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

This div background color is #d190ae


#d190ae Border Color

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

This div border color is #d190ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d190ae


Comments

No comments written yet.

Please login to write comment.