Color Hex Logo

#d76202 Color Hex

#D76202
(215,98,2)
0 Favorites   0 Comments

Color spaces of #d76202

RGB 215982
HSL0.080.980.43
HSV27°99°84°
CMYK 0.000.540.99   0.16
XYZ32.403023.18682.8251
Yxy23.18680.55470.3969
Hunter Lab48.152735.849430.2283
CIE-Lab55.264242.116263.6603

#d76202 color RGB value is (215,98,2).

#d76202 hex color red value is 215, green value is 98 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #d76202 hue: 0.08 , saturation: 0.98 and the lightness value of d76202 is 0.43.

The process color (four color CMYK) of #d76202 color hex is 0.00, 0.54, 0.99, 0.16. Web safe color of #d76202 is #cc6600. Color #d76202 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100010 00000010
Octal 327 142 2
Decimal 215 98 2
Hex D7 62 2

RGB Percentages of Color #d76202

%68.25
%31.11
%0.63

CMYK Percentages of Color #d76202

%0
%54
%99
%16

Triadic Colors of #d76202

#d76202 #02d762 #6202d7

Analogous Colors of #d76202

#d76202 #d7cd02 #d7020c

Monochromatic Colors of #d76202

#d76202

Complementary Color

#d76202 #0277d7

#d76202 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76202 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76202 Color CSS Codes

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

#d76202 Text Font Color

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

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


#d76202 Background Color

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

This div background color is #d76202


#d76202 Border Color

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

This div border color is #d76202


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76202


Comments

No comments written yet.

Please login to write comment.