Color Hex Logo

#d05327 Color Hex

#D05327
(208,83,39)
0 Favorites   0 Comments

Color spaces of #d05327

RGB 2088339
HSL0.040.680.48
HSV16°81°82°
CMYK 0.000.600.81   0.18
XYZ29.471919.74294.1769
Yxy19.74290.55200.3698
Hunter Lab44.433040.639325.5296
CIE-Lab51.545347.279649.0054

#d05327 color RGB value is (208,83,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010011 00100111
Octal 320 123 47
Decimal 208 83 39
Hex D0 53 27

RGB Percentages of Color #d05327

%63.03
%25.15
%11.82

CMYK Percentages of Color #d05327

%0
%60
%81
%18

Triadic Colors of #d05327

#d05327 #27d053 #5327d0

Analogous Colors of #d05327

#d05327 #d0a827 #d02750

Monochromatic Colors of #d05327

#d05327

Complementary Color

#d05327 #27a4d0

#d05327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05327 Color CSS Codes

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

#d05327 Text Font Color

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

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


#d05327 Background Color

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

This div background color is #d05327


#d05327 Border Color

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

This div border color is #d05327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05327


Comments

No comments written yet.

Please login to write comment.