Color Hex Logo

#d195ac Color Hex

#D195AC
(209,149,172)
0 Favorites   0 Comments

Color spaces of #d195ac

RGB 209149172
HSL0.940.390.70
HSV337°29°82°
CMYK 0.000.290.18   0.18
XYZ44.488338.028844.0252
Yxy38.02880.35160.3005
Hunter Lab61.667520.85570.8394
CIE-Lab68.041825.9658-2.9920

#d195ac color RGB value is (209,149,172).

#d195ac hex color red value is 209, green value is 149 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d195ac hue: 0.94 , saturation: 0.39 and the lightness value of d195ac is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010101 10101100
Octal 321 225 254
Decimal 209 149 172
Hex D1 95 AC

RGB Percentages of Color #d195ac

%39.43
%28.11
%32.45

CMYK Percentages of Color #d195ac

%0
%29
%18
%18

Triadic Colors of #d195ac

#d195ac #acd195 #95acd1

Analogous Colors of #d195ac

#d195ac #d19c95 #d195ca

Monochromatic Colors of #d195ac

#d195ac

Complementary Color

#d195ac #95d1ba

#d195ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d195ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d195ac Color CSS Codes

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

#d195ac Text Font Color

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

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


#d195ac Background Color

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

This div background color is #d195ac


#d195ac Border Color

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

This div border color is #d195ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d195ac


Comments

No comments written yet.

Please login to write comment.