Color Hex Logo

#d06531 Color Hex

#D06531
(208,101,49)
0 Favorites   0 Comments

Color spaces of #d06531

RGB 20810149
HSL0.050.630.50
HSV20°76°82°
CMYK 0.000.510.76   0.18
XYZ31.220522.93905.6879
Yxy22.93900.52170.3833
Hunter Lab47.894732.540926.4851
CIE-Lab55.009538.912647.6658

#d06531 color RGB value is (208,101,49).

#d06531 hex color red value is 208, green value is 101 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #d06531 hue: 0.05 , saturation: 0.63 and the lightness value of d06531 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100101 00110001
Octal 320 145 61
Decimal 208 101 49
Hex D0 65 31

RGB Percentages of Color #d06531

%58.10
%28.21
%13.69

CMYK Percentages of Color #d06531

%0
%51
%76
%18

Triadic Colors of #d06531

#d06531 #31d065 #6531d0

Analogous Colors of #d06531

#d06531 #d0b531 #d0314c

Monochromatic Colors of #d06531

#d06531

Complementary Color

#d06531 #319cd0

#d06531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06531 Color CSS Codes

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

#d06531 Text Font Color

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

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


#d06531 Background Color

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

This div background color is #d06531


#d06531 Border Color

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

This div border color is #d06531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06531


Comments

No comments written yet.

Please login to write comment.