Color Hex Logo

#d8535e Color Hex

#D8535E
(216,83,94)
0 Favorites   0 Comments

Color spaces of #d8535e

RGB 2168394
HSL0.990.630.59
HSV355°62°85°
CMYK 0.000.620.56   0.15
XYZ33.432521.593612.9956
Yxy21.59360.49150.3175
Hunter Lab46.468947.102915.9471
CIE-Lab53.593152.979921.5171

#d8535e color RGB value is (216,83,94).

#d8535e hex color red value is 216, green value is 83 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d8535e hue: 0.99 , saturation: 0.63 and the lightness value of d8535e is 0.59.

The process color (four color CMYK) of #d8535e color hex is 0.00, 0.62, 0.56, 0.15. Web safe color of #d8535e is #cc6666. Color #d8535e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010011 01011110
Octal 330 123 136
Decimal 216 83 94
Hex D8 53 5E

RGB Percentages of Color #d8535e

%54.96
%21.12
%23.92

CMYK Percentages of Color #d8535e

%0
%62
%56
%15

Triadic Colors of #d8535e

#d8535e #5ed853 #535ed8

Analogous Colors of #d8535e

#d8535e #d88b53 #d853a1

Monochromatic Colors of #d8535e

#d8535e

Complementary Color

#d8535e #53d8cd

#d8535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8535e Color CSS Codes

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

#d8535e Text Font Color

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

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


#d8535e Background Color

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

This div background color is #d8535e


#d8535e Border Color

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

This div border color is #d8535e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8535e


Comments

No comments written yet.

Please login to write comment.