Color Hex Logo

#d97067 Color Hex

#D97067
(217,112,103)
0 Favorites   0 Comments

Color spaces of #d97067

RGB 217112103
HSL0.010.600.63
HSV53°85°
CMYK 0.000.480.53   0.15
XYZ36.857627.319316.1625
Yxy27.31930.45880.3400
Hunter Lab52.267934.403618.2536
CIE-Lab59.268740.179523.8777

#d97067 color RGB value is (217,112,103).

#d97067 hex color red value is 217, green value is 112 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #d97067 hue: 0.01 , saturation: 0.60 and the lightness value of d97067 is 0.63.

The process color (four color CMYK) of #d97067 color hex is 0.00, 0.48, 0.53, 0.15. Web safe color of #d97067 is #cc6666. Color #d97067 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110000 01100111
Octal 331 160 147
Decimal 217 112 103
Hex D9 70 67

RGB Percentages of Color #d97067

%50.23
%25.93
%23.84

CMYK Percentages of Color #d97067

%0
%48
%53
%15

Triadic Colors of #d97067

#d97067 #67d970 #7067d9

Analogous Colors of #d97067

#d97067 #d9a967 #d96797

Monochromatic Colors of #d97067

#d97067

Complementary Color

#d97067 #67d0d9

#d97067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97067 Color CSS Codes

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

#d97067 Text Font Color

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

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


#d97067 Background Color

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

This div background color is #d97067


#d97067 Border Color

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

This div border color is #d97067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97067


Comments

No comments written yet.

Please login to write comment.