Color Hex Logo

#d9522f Color Hex

#D9522F
(217,82,47)
0 Favorites   0 Comments

Color spaces of #d9522f

RGB 2178247
HSL0.030.690.52
HSV12°78°85°
CMYK 0.000.620.78   0.15
XYZ32.145720.99155.0468
Yxy20.99150.55250.3608
Hunter Lab45.816545.060125.5406
CIE-Lab52.940251.206647.0198

#d9522f color RGB value is (217,82,47).

#d9522f hex color red value is 217, green value is 82 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d9522f hue: 0.03 , saturation: 0.69 and the lightness value of d9522f is 0.52.

The process color (four color CMYK) of #d9522f color hex is 0.00, 0.62, 0.78, 0.15. Web safe color of #d9522f is #cc6633. Color #d9522f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010010 00101111
Octal 331 122 57
Decimal 217 82 47
Hex D9 52 2F

RGB Percentages of Color #d9522f

%62.72
%23.70
%13.58

CMYK Percentages of Color #d9522f

%0
%62
%78
%15

Triadic Colors of #d9522f

#d9522f #2fd952 #522fd9

Analogous Colors of #d9522f

#d9522f #d9a72f #d92f61

Monochromatic Colors of #d9522f

#d9522f

Complementary Color

#d9522f #2fb6d9

#d9522f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9522f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9522f Color CSS Codes

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

#d9522f Text Font Color

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

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


#d9522f Background Color

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

This div background color is #d9522f


#d9522f Border Color

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

This div border color is #d9522f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,82,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9522f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9522f;
  -webkit-box-shadow: 1px 1px 3px 2px #d9522f;
  box-shadow:         1px 1px 3px 2px #d9522f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,82,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9522f


Comments

No comments written yet.

Please login to write comment.