Color Hex Logo

#d19aca Color Hex

#D19ACA
(209,154,202)
0 Favorites   0 Comments

Color spaces of #d19aca

RGB 209154202
HSL0.850.370.71
HSV308°26°82°
CMYK 0.000.260.03   0.18
XYZ48.510840.930861.2207
Yxy40.93080.32200.2717
Hunter Lab63.977223.3878-11.9514
CIE-Lab70.127428.3408-16.5775

#d19aca color RGB value is (209,154,202).

#d19aca hex color red value is 209, green value is 154 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d19aca hue: 0.85 , saturation: 0.37 and the lightness value of d19aca is 0.71.

The process color (four color CMYK) of #d19aca color hex is 0.00, 0.26, 0.03, 0.18. Web safe color of #d19aca is #cc99cc. Color #d19aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011010 11001010
Octal 321 232 312
Decimal 209 154 202
Hex D1 9A CA

RGB Percentages of Color #d19aca

%36.99
%27.26
%35.75

CMYK Percentages of Color #d19aca

%0
%26
%3
%18

Triadic Colors of #d19aca

#d19aca #cad19a #9acad1

Analogous Colors of #d19aca

#d19aca #d19aaf #bd9ad1

Monochromatic Colors of #d19aca

#d19aca

Complementary Color

#d19aca #9ad1a1

#d19aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19aca Color CSS Codes

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

#d19aca Text Font Color

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

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


#d19aca Background Color

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

This div background color is #d19aca


#d19aca Border Color

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

This div border color is #d19aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19aca


Comments

No comments written yet.

Please login to write comment.