Color Hex Logo

#d05032 Color Hex

#D05032
(208,80,50)
0 Favorites   0 Comments

Color spaces of #d05032

RGB 2088050
HSL0.030.630.51
HSV11°76°82°
CMYK 0.000.620.76   0.18
XYZ29.456819.37755.2053
Yxy19.37750.54510.3586
Hunter Lab44.019942.412123.8029
CIE-Lab51.126049.029143.1475

#d05032 color RGB value is (208,80,50).

#d05032 hex color red value is 208, green value is 80 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #d05032 hue: 0.03 , saturation: 0.63 and the lightness value of d05032 is 0.51.

The process color (four color CMYK) of #d05032 color hex is 0.00, 0.62, 0.76, 0.18. Web safe color of #d05032 is #cc6633. Color #d05032 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010000 00110010
Octal 320 120 62
Decimal 208 80 50
Hex D0 50 32

RGB Percentages of Color #d05032

%61.54
%23.67
%14.79

CMYK Percentages of Color #d05032

%0
%62
%76
%18

Triadic Colors of #d05032

#d05032 #32d050 #5032d0

Analogous Colors of #d05032

#d05032 #d09f32 #d03263

Monochromatic Colors of #d05032

#d05032

Complementary Color

#d05032 #32b2d0

#d05032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05032 Color CSS Codes

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

#d05032 Text Font Color

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

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


#d05032 Background Color

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

This div background color is #d05032


#d05032 Border Color

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

This div border color is #d05032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05032


Comments

No comments written yet.

Please login to write comment.