Color Hex Logo

#d8752a Color Hex

#D8752A
(216,117,42)
0 Favorites   0 Comments

Color spaces of #d8752a

RGB 21611742
HSL0.070.690.51
HSV26°81°85°
CMYK 0.000.460.81   0.15
XYZ35.098127.48875.6465
Yxy27.48870.51440.4029
Hunter Lab52.429727.741730.3154
CIE-Lab59.424033.613555.4589

#d8752a color RGB value is (216,117,42).

#d8752a hex color red value is 216, green value is 117 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d8752a hue: 0.07 , saturation: 0.69 and the lightness value of d8752a is 0.51.

The process color (four color CMYK) of #d8752a color hex is 0.00, 0.46, 0.81, 0.15. Web safe color of #d8752a is #cc6633. Color #d8752a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110101 00101010
Octal 330 165 52
Decimal 216 117 42
Hex D8 75 2A

RGB Percentages of Color #d8752a

%57.60
%31.20
%11.20

CMYK Percentages of Color #d8752a

%0
%46
%81
%15

Triadic Colors of #d8752a

#d8752a #2ad875 #752ad8

Analogous Colors of #d8752a

#d8752a #d8cc2a #d82a36

Monochromatic Colors of #d8752a

#d8752a

Complementary Color

#d8752a #2a8dd8

#d8752a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8752a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8752a Color CSS Codes

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

#d8752a Text Font Color

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

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


#d8752a Background Color

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

This div background color is #d8752a


#d8752a Border Color

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

This div border color is #d8752a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,117,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8752a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8752a;
  -webkit-box-shadow: 1px 1px 3px 2px #d8752a;
  box-shadow:         1px 1px 3px 2px #d8752a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8752a


Comments

No comments written yet.

Please login to write comment.