Color Hex Logo

#d07550 Color Hex

#D07550
(208,117,80)
0 Favorites   0 Comments

Color spaces of #d07550

RGB 20811780
HSL0.050.580.56
HSV17°62°82°
CMYK 0.000.440.62   0.18
XYZ33.821726.711710.9627
Yxy26.71170.47310.3736
Hunter Lab51.683426.364923.6022
CIE-Lab58.706532.303735.7616

#d07550 color RGB value is (208,117,80).

#d07550 hex color red value is 208, green value is 117 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #d07550 hue: 0.05 , saturation: 0.58 and the lightness value of d07550 is 0.56.

The process color (four color CMYK) of #d07550 color hex is 0.00, 0.44, 0.62, 0.18. Web safe color of #d07550 is #cc6666. Color #d07550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110101 01010000
Octal 320 165 120
Decimal 208 117 80
Hex D0 75 50

RGB Percentages of Color #d07550

%51.36
%28.89
%19.75

CMYK Percentages of Color #d07550

%0
%44
%62
%18

Triadic Colors of #d07550

#d07550 #50d075 #7550d0

Analogous Colors of #d07550

#d07550 #d0b550 #d0506b

Monochromatic Colors of #d07550

#d07550

Complementary Color

#d07550 #50abd0

#d07550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07550 Color CSS Codes

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

#d07550 Text Font Color

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

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


#d07550 Background Color

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

This div background color is #d07550


#d07550 Border Color

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

This div border color is #d07550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07550


Comments

No comments written yet.

Please login to write comment.