Color Hex Logo

#d190ac Color Hex

#D190AC
(209,144,172)
0 Favorites   0 Comments

Color spaces of #d190ac

RGB 209144172
HSL0.930.410.69
HSV334°31°82°
CMYK 0.000.310.18   0.18
XYZ43.714136.480443.7672
Yxy36.48040.35260.2943
Hunter Lab60.399023.4921-0.6843
CIE-Lab66.885428.6855-4.6964

#d190ac color RGB value is (209,144,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010000 10101100
Octal 321 220 254
Decimal 209 144 172
Hex D1 90 AC

RGB Percentages of Color #d190ac

%39.81
%27.43
%32.76

CMYK Percentages of Color #d190ac

%0
%31
%18
%18

Triadic Colors of #d190ac

#d190ac #acd190 #90acd1

Analogous Colors of #d190ac

#d190ac #d19590 #d190cd

Monochromatic Colors of #d190ac

#d190ac

Complementary Color

#d190ac #90d1b5

#d190ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d190ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d190ac Color CSS Codes

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

#d190ac Text Font Color

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

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


#d190ac Background Color

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

This div background color is #d190ac


#d190ac Border Color

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

This div border color is #d190ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d190ac


Comments

No comments written yet.

Please login to write comment.