Color Hex Logo

#d07740 Color Hex

#D07740
(208,119,64)
0 Favorites   0 Comments

Color spaces of #d07740

RGB 20811964
HSL0.060.610.53
HSV23°69°82°
CMYK 0.000.430.69   0.18
XYZ33.534726.97378.2895
Yxy26.97370.48740.3921
Hunter Lab51.936224.367326.8921
CIE-Lab58.950030.249344.4585

#d07740 color RGB value is (208,119,64).

#d07740 hex color red value is 208, green value is 119 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #d07740 hue: 0.06 , saturation: 0.61 and the lightness value of d07740 is 0.53.

The process color (four color CMYK) of #d07740 color hex is 0.00, 0.43, 0.69, 0.18. Web safe color of #d07740 is #cc6633. Color #d07740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110111 01000000
Octal 320 167 100
Decimal 208 119 64
Hex D0 77 40

RGB Percentages of Color #d07740

%53.20
%30.43
%16.37

CMYK Percentages of Color #d07740

%0
%43
%69
%18

Triadic Colors of #d07740

#d07740 #40d077 #7740d0

Analogous Colors of #d07740

#d07740 #d0bf40 #d04051

Monochromatic Colors of #d07740

#d07740

Complementary Color

#d07740 #4099d0

#d07740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07740 Color CSS Codes

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

#d07740 Text Font Color

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

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


#d07740 Background Color

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

This div background color is #d07740


#d07740 Border Color

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

This div border color is #d07740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07740


Comments

No comments written yet.

Please login to write comment.