Color Hex Logo

#d498ac Color Hex

#D498AC
(212,152,172)
0 Favorites   0 Comments

Color spaces of #d498ac

RGB 212152172
HSL0.940.410.71
HSV340°28°83°
CMYK 0.000.280.19   0.17
XYZ45.826039.432144.2256
Yxy39.43210.35390.3045
Hunter Lab62.795020.37302.1994
CIE-Lab69.063125.4164-1.4552

#d498ac color RGB value is (212,152,172).

#d498ac hex color red value is 212, green value is 152 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d498ac hue: 0.94 , saturation: 0.41 and the lightness value of d498ac is 0.71.

The process color (four color CMYK) of #d498ac color hex is 0.00, 0.28, 0.19, 0.17. Web safe color of #d498ac is #cc9999. Color #d498ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011000 10101100
Octal 324 230 254
Decimal 212 152 172
Hex D4 98 AC

RGB Percentages of Color #d498ac

%39.55
%28.36
%32.09

CMYK Percentages of Color #d498ac

%0
%28
%19
%17

Triadic Colors of #d498ac

#d498ac #acd498 #98acd4

Analogous Colors of #d498ac

#d498ac #d4a298 #d498ca

Monochromatic Colors of #d498ac

#d498ac

Complementary Color

#d498ac #98d4c0

#d498ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d498ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d498ac Color CSS Codes

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

#d498ac Text Font Color

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

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


#d498ac Background Color

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

This div background color is #d498ac


#d498ac Border Color

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

This div border color is #d498ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d498ac


Comments

No comments written yet.

Please login to write comment.