Color Hex Logo

#d59232 Color Hex

#D59232
(213,146,50)
0 Favorites   0 Comments

Color spaces of #d59232

RGB 21314650
HSL0.100.660.52
HSV35°77°84°
CMYK 0.000.310.77   0.16
XYZ38.295234.93427.7422
Yxy34.93420.47290.4314
Hunter Lab59.105212.219033.6072
CIE-Lab65.697417.149858.0002

#d59232 color RGB value is (213,146,50).

#d59232 hex color red value is 213, green value is 146 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #d59232 hue: 0.10 , saturation: 0.66 and the lightness value of d59232 is 0.52.

The process color (four color CMYK) of #d59232 color hex is 0.00, 0.31, 0.77, 0.16. Web safe color of #d59232 is #cc9933. Color #d59232 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010010 00110010
Octal 325 222 62
Decimal 213 146 50
Hex D5 92 32

RGB Percentages of Color #d59232

%52.08
%35.70
%12.22

CMYK Percentages of Color #d59232

%0
%31
%77
%16

Triadic Colors of #d59232

#d59232 #32d592 #9232d5

Analogous Colors of #d59232

#d59232 #c7d532 #d54132

Monochromatic Colors of #d59232

#d59232

Complementary Color

#d59232 #3275d5

#d59232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59232 Color CSS Codes

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

#d59232 Text Font Color

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

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


#d59232 Background Color

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

This div background color is #d59232


#d59232 Border Color

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

This div border color is #d59232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59232


Comments

No comments written yet.

Please login to write comment.