Color Hex Logo

#d08150 Color Hex

#D08150
(208,129,80)
0 Favorites   0 Comments

Color spaces of #d08150

RGB 20812980
HSL0.060.580.56
HSV23°62°82°
CMYK 0.000.380.62   0.18
XYZ35.310629.689611.4590
Yxy29.68960.46180.3883
Hunter Lab54.488220.321125.6729
CIE-Lab61.385525.881238.9971

#d08150 color RGB value is (208,129,80).

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

The process color (four color CMYK) of #d08150 color hex is 0.00, 0.38, 0.62, 0.18. Web safe color of #d08150 is #cc9966. Color #d08150 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000001 01010000
Octal 320 201 120
Decimal 208 129 80
Hex D0 81 50

RGB Percentages of Color #d08150

%49.88
%30.94
%19.18

CMYK Percentages of Color #d08150

%0
%38
%62
%18

Triadic Colors of #d08150

#d08150 #50d081 #8150d0

Analogous Colors of #d08150

#d08150 #d0c150 #d0505f

Monochromatic Colors of #d08150

#d08150

Complementary Color

#d08150 #509fd0

#d08150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08150 Color CSS Codes

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

#d08150 Text Font Color

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

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


#d08150 Background Color

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

This div background color is #d08150


#d08150 Border Color

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

This div border color is #d08150


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,129,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 #d08150">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08150


Comments

No comments written yet.

Please login to write comment.