Color Hex Logo

#da7027 Color Hex

#DA7027
(218,112,39)
0 Favorites   0 Comments

Color spaces of #da7027

RGB 21811239
HSL0.070.710.50
HSV24°82°85°
CMYK 0.000.490.82   0.15
XYZ35.073826.64035.2129
Yxy26.64030.52410.3981
Hunter Lab51.614230.972530.1418
CIE-Lab58.639936.910356.0672

#da7027 color RGB value is (218,112,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 00100111
Octal 332 160 47
Decimal 218 112 39
Hex DA 70 27

RGB Percentages of Color #da7027

%59.08
%30.35
%10.57

CMYK Percentages of Color #da7027

%0
%49
%82
%15

Triadic Colors of #da7027

#da7027 #27da70 #7027da

Analogous Colors of #da7027

#da7027 #daca27 #da2738

Monochromatic Colors of #da7027

#da7027

Complementary Color

#da7027 #2791da

#da7027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7027 Color CSS Codes

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

#da7027 Text Font Color

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

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


#da7027 Background Color

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

This div background color is #da7027


#da7027 Border Color

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

This div border color is #da7027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7027


Comments

No comments written yet.

Please login to write comment.