Color Hex Logo

#d19ace Color Hex

#D19ACE
(209,154,206)
0 Favorites   0 Comments

Color spaces of #d19ace

RGB 209154206
HSL0.840.370.71
HSV303°26°82°
CMYK 0.000.260.01   0.18
XYZ48.990741.122763.7479
Yxy41.12270.31840.2673
Hunter Lab64.127024.1453-14.0506
CIE-Lab70.261829.0748-18.5866

#d19ace color RGB value is (209,154,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011010 11001110
Octal 321 232 316
Decimal 209 154 206
Hex D1 9A CE

RGB Percentages of Color #d19ace

%36.73
%27.07
%36.20

CMYK Percentages of Color #d19ace

%0
%26
%1
%18

Triadic Colors of #d19ace

#d19ace #ced19a #9aced1

Analogous Colors of #d19ace

#d19ace #d19ab3 #b99ad1

Monochromatic Colors of #d19ace

#d19ace

Complementary Color

#d19ace #9ad19d

#d19ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19ace Color CSS Codes

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

#d19ace Text Font Color

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

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


#d19ace Background Color

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

This div background color is #d19ace


#d19ace Border Color

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

This div border color is #d19ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19ace


Comments

No comments written yet.

Please login to write comment.