Color Hex Logo

#d998a2 Color Hex

#D998A2
(217,152,162)
0 Favorites   0 Comments

Color spaces of #d998a2

RGB 217152162
HSL0.970.460.72
HSV351°30°85°
CMYK 0.000.300.25   0.15
XYZ46.365139.816839.4241
Yxy39.81680.36910.3170
Hunter Lab63.100620.73257.1271
CIE-Lab69.338825.75944.5870

#d998a2 color RGB value is (217,152,162).

#d998a2 hex color red value is 217, green value is 152 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #d998a2 hue: 0.97 , saturation: 0.46 and the lightness value of d998a2 is 0.72.

The process color (four color CMYK) of #d998a2 color hex is 0.00, 0.30, 0.25, 0.15. Web safe color of #d998a2 is #cc9999. Color #d998a2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011000 10100010
Octal 331 230 242
Decimal 217 152 162
Hex D9 98 A2

RGB Percentages of Color #d998a2

%40.87
%28.63
%30.51

CMYK Percentages of Color #d998a2

%0
%30
%25
%15

Triadic Colors of #d998a2

#d998a2 #a2d998 #98a2d9

Analogous Colors of #d998a2

#d998a2 #d9af98 #d998c3

Monochromatic Colors of #d998a2

#d998a2

Complementary Color

#d998a2 #98d9cf

#d998a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d998a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d998a2 Color CSS Codes

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

#d998a2 Text Font Color

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

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


#d998a2 Background Color

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

This div background color is #d998a2


#d998a2 Border Color

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

This div border color is #d998a2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d998a2


Comments

No comments written yet.

Please login to write comment.