Color Hex Logo

#d97898 Color Hex

#D97898
(217,120,152)
0 Favorites   0 Comments

Color spaces of #d97898

RGB 217120152
HSL0.950.560.66
HSV340°45°85°
CMYK 0.000.450.30   0.15
XYZ40.999230.451733.4226
Yxy30.45170.39090.2904
Hunter Lab55.183136.04932.7181
CIE-Lab62.042041.4007-0.3587

#d97898 color RGB value is (217,120,152).

#d97898 hex color red value is 217, green value is 120 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #d97898 hue: 0.95 , saturation: 0.56 and the lightness value of d97898 is 0.66.

The process color (four color CMYK) of #d97898 color hex is 0.00, 0.45, 0.30, 0.15. Web safe color of #d97898 is #cc6699. Color #d97898 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111000 10011000
Octal 331 170 230
Decimal 217 120 152
Hex D9 78 98

RGB Percentages of Color #d97898

%44.38
%24.54
%31.08

CMYK Percentages of Color #d97898

%0
%45
%30
%15

Triadic Colors of #d97898

#d97898 #98d978 #7898d9

Analogous Colors of #d97898

#d97898 #d98978 #d978c9

Monochromatic Colors of #d97898

#d97898

Complementary Color

#d97898 #78d9b9

#d97898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97898 Color CSS Codes

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

#d97898 Text Font Color

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

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


#d97898 Background Color

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

This div background color is #d97898


#d97898 Border Color

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

This div border color is #d97898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97898


Comments

No comments written yet.

Please login to write comment.