Color Hex Logo

#d58463 Color Hex

#D58463
(213,132,99)
0 Favorites   0 Comments

Color spaces of #d58463

RGB 21313299
HSL0.050.580.61
HSV17°54°84°
CMYK 0.000.380.54   0.16
XYZ37.944031.549515.8942
Yxy31.54950.44440.3695
Hunter Lab56.168922.287122.5409
CIE-Lab62.968827.778730.8463

#d58463 color RGB value is (213,132,99).

#d58463 hex color red value is 213, green value is 132 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #d58463 hue: 0.05 , saturation: 0.58 and the lightness value of d58463 is 0.61.

The process color (four color CMYK) of #d58463 color hex is 0.00, 0.38, 0.54, 0.16. Web safe color of #d58463 is #cc9966. Color #d58463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000100 01100011
Octal 325 204 143
Decimal 213 132 99
Hex D5 84 63

RGB Percentages of Color #d58463

%47.97
%29.73
%22.30

CMYK Percentages of Color #d58463

%0
%38
%54
%16

Triadic Colors of #d58463

#d58463 #63d584 #8463d5

Analogous Colors of #d58463

#d58463 #d5bd63 #d5637b

Monochromatic Colors of #d58463

#d58463

Complementary Color

#d58463 #63b4d5

#d58463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58463 Color CSS Codes

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

#d58463 Text Font Color

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

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


#d58463 Background Color

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

This div background color is #d58463


#d58463 Border Color

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

This div border color is #d58463


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,132,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d58463; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d58463;
  -webkit-box-shadow: 1px 1px 3px 2px #d58463;
  box-shadow:         1px 1px 3px 2px #d58463; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58463


Comments

No comments written yet.

Please login to write comment.