Color Hex Logo

#d0913a Color Hex

#D0913A
(208,145,58)
0 Favorites   0 Comments

Color spaces of #d0913a

RGB 20814558
HSL0.100.610.52
HSV35°72°82°
CMYK 0.000.300.72   0.18
XYZ36.901533.96628.6142
Yxy33.96620.46430.4273
Hunter Lab58.280511.030032.0330
CIE-Lab64.935715.897453.6862

#d0913a color RGB value is (208,145,58).

#d0913a hex color red value is 208, green value is 145 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #d0913a hue: 0.10 , saturation: 0.61 and the lightness value of d0913a is 0.52.

The process color (four color CMYK) of #d0913a color hex is 0.00, 0.30, 0.72, 0.18. Web safe color of #d0913a is #cc9933. Color #d0913a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010001 00111010
Octal 320 221 72
Decimal 208 145 58
Hex D0 91 3A

RGB Percentages of Color #d0913a

%50.61
%35.28
%14.11

CMYK Percentages of Color #d0913a

%0
%30
%72
%18

Triadic Colors of #d0913a

#d0913a #3ad091 #913ad0

Analogous Colors of #d0913a

#d0913a #c4d03a #d0463a

Monochromatic Colors of #d0913a

#d0913a

Complementary Color

#d0913a #3a79d0

#d0913a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0913a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0913a Color CSS Codes

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

#d0913a Text Font Color

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

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


#d0913a Background Color

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

This div background color is #d0913a


#d0913a Border Color

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

This div border color is #d0913a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0913a


Comments

No comments written yet.

Please login to write comment.