Color Hex Logo

#d77e2f Color Hex

#D77E2F
(215,126,47)
0 Favorites   0 Comments

Color spaces of #d77e2f

RGB 21512647
HSL0.080.680.51
HSV28°78°84°
CMYK 0.000.410.78   0.16
XYZ35.998329.57406.5004
Yxy29.57400.49950.4103
Hunter Lab54.382022.990130.9803
CIE-Lab61.284928.633255.0829

#d77e2f color RGB value is (215,126,47).

#d77e2f hex color red value is 215, green value is 126 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d77e2f hue: 0.08 , saturation: 0.68 and the lightness value of d77e2f is 0.51.

The process color (four color CMYK) of #d77e2f color hex is 0.00, 0.41, 0.78, 0.16. Web safe color of #d77e2f is #cc6633. Color #d77e2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111110 00101111
Octal 327 176 57
Decimal 215 126 47
Hex D7 7E 2F

RGB Percentages of Color #d77e2f

%55.41
%32.47
%12.11

CMYK Percentages of Color #d77e2f

%0
%41
%78
%16

Triadic Colors of #d77e2f

#d77e2f #2fd77e #7e2fd7

Analogous Colors of #d77e2f

#d77e2f #d7d22f #d72f34

Monochromatic Colors of #d77e2f

#d77e2f

Complementary Color

#d77e2f #2f88d7

#d77e2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77e2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77e2f Color CSS Codes

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

#d77e2f Text Font Color

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

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


#d77e2f Background Color

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

This div background color is #d77e2f


#d77e2f Border Color

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

This div border color is #d77e2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77e2f


Comments

No comments written yet.

Please login to write comment.