Color Hex Logo

#d77019 Color Hex

#D77019
(215,112,25)
0 Favorites   0 Comments

Color spaces of #d77019

RGB 21511225
HSL0.080.790.47
HSV27°88°84°
CMYK 0.000.480.88   0.16
XYZ33.994026.10564.1669
Yxy26.10560.52900.4062
Hunter Lab51.093629.347130.9302
CIE-Lab58.137135.358560.4246

#d77019 color RGB value is (215,112,25).

#d77019 hex color red value is 215, green value is 112 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #d77019 hue: 0.08 , saturation: 0.79 and the lightness value of d77019 is 0.47.

The process color (four color CMYK) of #d77019 color hex is 0.00, 0.48, 0.88, 0.16. Web safe color of #d77019 is #cc6600. Color #d77019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110000 00011001
Octal 327 160 31
Decimal 215 112 25
Hex D7 70 19

RGB Percentages of Color #d77019

%61.08
%31.82
%7.10

CMYK Percentages of Color #d77019

%0
%48
%88
%16

Triadic Colors of #d77019

#d77019 #19d770 #7019d7

Analogous Colors of #d77019

#d77019 #d7cf19 #d71921

Monochromatic Colors of #d77019

#d77019

Complementary Color

#d77019 #1980d7

#d77019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77019 Color CSS Codes

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

#d77019 Text Font Color

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

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


#d77019 Background Color

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

This div background color is #d77019


#d77019 Border Color

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

This div border color is #d77019


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,112,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77019


Comments

No comments written yet.

Please login to write comment.