Color Hex Logo

#d7705d Color Hex

#D7705D
(215,112,93)
0 Favorites   0 Comments

Color spaces of #d7705d

RGB 21511293
HSL0.030.600.60
HSV57°84°
CMYK 0.000.480.57   0.16
XYZ35.794326.825713.6472
Yxy26.82570.46930.3517
Hunter Lab51.793532.721920.6330
CIE-Lab58.812638.604828.8972

#d7705d color RGB value is (215,112,93).

#d7705d hex color red value is 215, green value is 112 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d7705d hue: 0.03 , saturation: 0.60 and the lightness value of d7705d is 0.60.

The process color (four color CMYK) of #d7705d color hex is 0.00, 0.48, 0.57, 0.16. Web safe color of #d7705d is #cc6666. Color #d7705d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110000 01011101
Octal 327 160 135
Decimal 215 112 93
Hex D7 70 5D

RGB Percentages of Color #d7705d

%51.19
%26.67
%22.14

CMYK Percentages of Color #d7705d

%0
%48
%57
%16

Triadic Colors of #d7705d

#d7705d #5dd770 #705dd7

Analogous Colors of #d7705d

#d7705d #d7ad5d #d75d87

Monochromatic Colors of #d7705d

#d7705d

Complementary Color

#d7705d #5dc4d7

#d7705d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7705d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7705d Color CSS Codes

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

#d7705d Text Font Color

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

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


#d7705d Background Color

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

This div background color is #d7705d


#d7705d Border Color

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

This div border color is #d7705d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7705d

#d7705d Color Palettes


Comments

No comments written yet.

Please login to write comment.