Color Hex Logo

#d0735c Color Hex

#D0735C
(208,115,92)
0 Favorites   0 Comments

Color spaces of #d0735c

RGB 20811592
HSL0.030.550.59
HSV12°56°82°
CMYK 0.000.450.56   0.18
XYZ34.074926.444113.4335
Yxy26.44410.46080.3576
Hunter Lab51.423828.287520.5083
CIE-Lab58.456234.264628.8079

#d0735c color RGB value is (208,115,92).

#d0735c hex color red value is 208, green value is 115 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #d0735c hue: 0.03 , saturation: 0.55 and the lightness value of d0735c is 0.59.

The process color (four color CMYK) of #d0735c color hex is 0.00, 0.45, 0.56, 0.18. Web safe color of #d0735c is #cc6666. Color #d0735c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110011 01011100
Octal 320 163 134
Decimal 208 115 92
Hex D0 73 5C

RGB Percentages of Color #d0735c

%50.12
%27.71
%22.17

CMYK Percentages of Color #d0735c

%0
%45
%56
%18

Triadic Colors of #d0735c

#d0735c #5cd073 #735cd0

Analogous Colors of #d0735c

#d0735c #d0ad5c #d05c7f

Monochromatic Colors of #d0735c

#d0735c

Complementary Color

#d0735c #5cb9d0

#d0735c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0735c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0735c Color CSS Codes

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

#d0735c Text Font Color

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

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


#d0735c Background Color

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

This div background color is #d0735c


#d0735c Border Color

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

This div border color is #d0735c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,115,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0735c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0735c;
  -webkit-box-shadow: 1px 1px 3px 2px #d0735c;
  box-shadow:         1px 1px 3px 2px #d0735c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,115,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0735c


Comments

No comments written yet.

Please login to write comment.