Color Hex Logo

#d298ac Color Hex

#D298AC
(210,152,172)
0 Favorites   0 Comments

Color spaces of #d298ac

RGB 210152172
HSL0.940.390.71
HSV339°28°82°
CMYK 0.000.280.18   0.18
XYZ45.253039.136744.1988
Yxy39.13670.35190.3044
Hunter Lab62.559319.64121.9025
CIE-Lab68.850224.6933-1.7924

#d298ac color RGB value is (210,152,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011000 10101100
Octal 322 230 254
Decimal 210 152 172
Hex D2 98 AC

RGB Percentages of Color #d298ac

%39.33
%28.46
%32.21

CMYK Percentages of Color #d298ac

%0
%28
%18
%18

Triadic Colors of #d298ac

#d298ac #acd298 #98acd2

Analogous Colors of #d298ac

#d298ac #d2a198 #d298c9

Monochromatic Colors of #d298ac

#d298ac

Complementary Color

#d298ac #98d2be

#d298ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d298ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d298ac Color CSS Codes

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

#d298ac Text Font Color

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

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


#d298ac Background Color

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

This div background color is #d298ac


#d298ac Border Color

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

This div border color is #d298ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d298ac


Comments

No comments written yet.

Please login to write comment.