Color Hex Logo

#d97462 Color Hex

#D97462
(217,116,98)
0 Favorites   0 Comments

Color spaces of #d97462

RGB 21711698
HSL0.030.610.62
HSV55°85°
CMYK 0.000.470.55   0.15
XYZ37.065328.124315.0303
Yxy28.12430.46200.3506
Hunter Lab53.032331.950420.3188
CIE-Lab60.000937.707327.6728

#d97462 color RGB value is (217,116,98).

#d97462 hex color red value is 217, green value is 116 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #d97462 hue: 0.03 , saturation: 0.61 and the lightness value of d97462 is 0.62.

The process color (four color CMYK) of #d97462 color hex is 0.00, 0.47, 0.55, 0.15. Web safe color of #d97462 is #cc6666. Color #d97462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110100 01100010
Octal 331 164 142
Decimal 217 116 98
Hex D9 74 62

RGB Percentages of Color #d97462

%50.35
%26.91
%22.74

CMYK Percentages of Color #d97462

%0
%47
%55
%15

Triadic Colors of #d97462

#d97462 #62d974 #7462d9

Analogous Colors of #d97462

#d97462 #d9b062 #d9628c

Monochromatic Colors of #d97462

#d97462

Complementary Color

#d97462 #62c7d9

#d97462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97462 Color CSS Codes

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

#d97462 Text Font Color

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

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


#d97462 Background Color

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

This div background color is #d97462


#d97462 Border Color

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

This div border color is #d97462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97462


Comments

No comments written yet.

Please login to write comment.