Color Hex Logo

#d97282 Color Hex

#D97282
(217,114,130)
0 Favorites   0 Comments

Color spaces of #d97282

RGB 217114130
HSL0.970.580.65
HSV351°47°85°
CMYK 0.000.470.40   0.15
XYZ38.661828.398024.5628
Yxy28.39800.42200.3099
Hunter Lab53.289836.24499.9744
CIE-Lab60.246641.81929.7096

#d97282 color RGB value is (217,114,130).

#d97282 hex color red value is 217, green value is 114 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #d97282 hue: 0.97 , saturation: 0.58 and the lightness value of d97282 is 0.65.

The process color (four color CMYK) of #d97282 color hex is 0.00, 0.47, 0.40, 0.15. Web safe color of #d97282 is #cc6699. Color #d97282 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110010 10000010
Octal 331 162 202
Decimal 217 114 130
Hex D9 72 82

RGB Percentages of Color #d97282

%47.07
%24.73
%28.20

CMYK Percentages of Color #d97282

%0
%47
%40
%15

Triadic Colors of #d97282

#d97282 #82d972 #7282d9

Analogous Colors of #d97282

#d97282 #d99672 #d972b6

Monochromatic Colors of #d97282

#d97282

Complementary Color

#d97282 #72d9c9

#d97282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97282 Color CSS Codes

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

#d97282 Text Font Color

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

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


#d97282 Background Color

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

This div background color is #d97282


#d97282 Border Color

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

This div border color is #d97282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97282


Comments

No comments written yet.

Please login to write comment.