Color Hex Logo

#d798ac Color Hex

#D798AC
(215,152,172)
0 Favorites   0 Comments

Color spaces of #d798ac

RGB 215152172
HSL0.950.440.72
HSV341°29°84°
CMYK 0.000.290.20   0.16
XYZ46.699039.882144.2664
Yxy39.88210.35690.3048
Hunter Lab63.152321.47832.6474
CIE-Lab69.385526.5010-0.9449

#d798ac color RGB value is (215,152,172).

#d798ac hex color red value is 215, green value is 152 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d798ac hue: 0.95 , saturation: 0.44 and the lightness value of d798ac is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011000 10101100
Octal 327 230 254
Decimal 215 152 172
Hex D7 98 AC

RGB Percentages of Color #d798ac

%39.89
%28.20
%31.91

CMYK Percentages of Color #d798ac

%0
%29
%20
%16

Triadic Colors of #d798ac

#d798ac #acd798 #98acd7

Analogous Colors of #d798ac

#d798ac #d7a498 #d798cc

Monochromatic Colors of #d798ac

#d798ac

Complementary Color

#d798ac #98d7c3

#d798ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d798ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d798ac Color CSS Codes

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

#d798ac Text Font Color

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

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


#d798ac Background Color

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

This div background color is #d798ac


#d798ac Border Color

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

This div border color is #d798ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d798ac


Comments

No comments written yet.

Please login to write comment.