Color Hex Logo

#d06527 Color Hex

#D06527
(208,101,39)
0 Favorites   0 Comments

Color spaces of #d06527

RGB 20810139
HSL0.060.680.48
HSV22°81°82°
CMYK 0.000.510.81   0.18
XYZ31.032322.86374.6970
Yxy22.86370.52960.3902
Hunter Lab47.816032.167427.6471
CIE-Lab54.931738.553352.1531

#d06527 color RGB value is (208,101,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100101 00100111
Octal 320 145 47
Decimal 208 101 39
Hex D0 65 27

RGB Percentages of Color #d06527

%59.77
%29.02
%11.21

CMYK Percentages of Color #d06527

%0
%51
%81
%18

Triadic Colors of #d06527

#d06527 #27d065 #6527d0

Analogous Colors of #d06527

#d06527 #d0ba27 #d0273e

Monochromatic Colors of #d06527

#d06527

Complementary Color

#d06527 #2792d0

#d06527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06527 Color CSS Codes

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

#d06527 Text Font Color

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

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


#d06527 Background Color

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

This div background color is #d06527


#d06527 Border Color

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

This div border color is #d06527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06527


Comments

No comments written yet.

Please login to write comment.