Color Hex Logo

#da6327 Color Hex

#DA6327
(218,99,39)
0 Favorites   0 Comments

Color spaces of #da6327

RGB 2189939
HSL0.060.710.50
HSV20°82°85°
CMYK 0.000.550.82   0.15
XYZ33.741523.97564.7688
Yxy23.97560.54000.3837
Hunter Lab48.964937.315128.5010
CIE-Lab56.063443.416453.7487

#da6327 color RGB value is (218,99,39).

#da6327 hex color red value is 218, green value is 99 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #da6327 hue: 0.06 , saturation: 0.71 and the lightness value of da6327 is 0.50.

The process color (four color CMYK) of #da6327 color hex is 0.00, 0.55, 0.82, 0.15. Web safe color of #da6327 is #cc6633. Color #da6327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 00100111
Octal 332 143 47
Decimal 218 99 39
Hex DA 63 27

RGB Percentages of Color #da6327

%61.24
%27.81
%10.96

CMYK Percentages of Color #da6327

%0
%55
%82
%15

Triadic Colors of #da6327

#da6327 #27da63 #6327da

Analogous Colors of #da6327

#da6327 #dabd27 #da2745

Monochromatic Colors of #da6327

#da6327

Complementary Color

#da6327 #279eda

#da6327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6327 Color CSS Codes

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

#da6327 Text Font Color

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

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


#da6327 Background Color

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

This div background color is #da6327


#da6327 Border Color

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

This div border color is #da6327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6327


Comments

No comments written yet.

Please login to write comment.