Color Hex Logo

#d8825d Color Hex

#D8825D
(216,130,93)
0 Favorites   0 Comments

Color spaces of #d8825d

RGB 21613093
HSL0.050.610.61
HSV18°57°85°
CMYK 0.000.400.57   0.15
XYZ38.277331.354514.3905
Yxy31.35450.45560.3732
Hunter Lab55.995124.028223.9593
CIE-Lab62.805829.556233.9968

#d8825d color RGB value is (216,130,93).

#d8825d hex color red value is 216, green value is 130 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d8825d hue: 0.05 , saturation: 0.61 and the lightness value of d8825d is 0.61.

The process color (four color CMYK) of #d8825d color hex is 0.00, 0.40, 0.57, 0.15. Web safe color of #d8825d is #cc9966. Color #d8825d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000010 01011101
Octal 330 202 135
Decimal 216 130 93
Hex D8 82 5D

RGB Percentages of Color #d8825d

%49.20
%29.61
%21.18

CMYK Percentages of Color #d8825d

%0
%40
%57
%15

Triadic Colors of #d8825d

#d8825d #5dd882 #825dd8

Analogous Colors of #d8825d

#d8825d #d8c05d #d85d76

Monochromatic Colors of #d8825d

#d8825d

Complementary Color

#d8825d #5db3d8

#d8825d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8825d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8825d Color CSS Codes

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

#d8825d Text Font Color

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

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


#d8825d Background Color

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

This div background color is #d8825d


#d8825d Border Color

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

This div border color is #d8825d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8825d

#d8825d Color Palettes


Comments

No comments written yet.

Please login to write comment.