Color Hex Logo

#d298aa Color Hex

#D298AA
(210,152,170)
0 Favorites   0 Comments

Color spaces of #d298aa

RGB 210152170
HSL0.950.390.71
HSV341°28°82°
CMYK 0.000.280.19   0.18
XYZ45.062339.060443.1946
Yxy39.06040.35390.3068
Hunter Lab62.498319.32932.7716
CIE-Lab68.795024.3820-0.7574

#d298aa color RGB value is (210,152,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011000 10101010
Octal 322 230 252
Decimal 210 152 170
Hex D2 98 AA

RGB Percentages of Color #d298aa

%39.47
%28.57
%31.95

CMYK Percentages of Color #d298aa

%0
%28
%19
%18

Triadic Colors of #d298aa

#d298aa #aad298 #98aad2

Analogous Colors of #d298aa

#d298aa #d2a398 #d298c7

Monochromatic Colors of #d298aa

#d298aa

Complementary Color

#d298aa #98d2c0

#d298aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d298aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d298aa Color CSS Codes

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

#d298aa Text Font Color

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

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


#d298aa Background Color

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

This div background color is #d298aa


#d298aa Border Color

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

This div border color is #d298aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,152,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d298aa


Comments

No comments written yet.

Please login to write comment.