Color Hex Logo

#d06027 Color Hex

#D06027
(208,96,39)
0 Favorites   0 Comments

Color spaces of #d06027

RGB 2089639
HSL0.060.680.48
HSV20°81°82°
CMYK 0.000.540.81   0.18
XYZ30.561521.92214.5401
Yxy21.92210.53590.3844
Hunter Lab46.821034.575527.0256
CIE-Lab53.944341.059451.2406

#d06027 color RGB value is (208,96,39).

#d06027 hex color red value is 208, green value is 96 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #d06027 hue: 0.06 , saturation: 0.68 and the lightness value of d06027 is 0.48.

The process color (four color CMYK) of #d06027 color hex is 0.00, 0.54, 0.81, 0.18. Web safe color of #d06027 is #cc6633. Color #d06027 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100000 00100111
Octal 320 140 47
Decimal 208 96 39
Hex D0 60 27

RGB Percentages of Color #d06027

%60.64
%27.99
%11.37

CMYK Percentages of Color #d06027

%0
%54
%81
%18

Triadic Colors of #d06027

#d06027 #27d060 #6027d0

Analogous Colors of #d06027

#d06027 #d0b527 #d02742

Monochromatic Colors of #d06027

#d06027

Complementary Color

#d06027 #2797d0

#d06027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06027 Color CSS Codes

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

#d06027 Text Font Color

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

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


#d06027 Background Color

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

This div background color is #d06027


#d06027 Border Color

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

This div border color is #d06027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06027


Comments

No comments written yet.

Please login to write comment.