Color Hex Logo

#d1533c Color Hex

#D1533C
(209,83,60)
0 Favorites   0 Comments

Color spaces of #d1533c

RGB 2098360
HSL0.030.620.53
HSV71°82°
CMYK 0.000.600.71   0.18
XYZ30.203420.06816.5566
Yxy20.06810.53150.3531
Hunter Lab44.797441.953122.6805
CIE-Lab51.914148.466838.7017

#d1533c color RGB value is (209,83,60).

#d1533c hex color red value is 209, green value is 83 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #d1533c hue: 0.03 , saturation: 0.62 and the lightness value of d1533c is 0.53.

The process color (four color CMYK) of #d1533c color hex is 0.00, 0.60, 0.71, 0.18. Web safe color of #d1533c is #cc6633. Color #d1533c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010011 00111100
Octal 321 123 74
Decimal 209 83 60
Hex D1 53 3C

RGB Percentages of Color #d1533c

%59.38
%23.58
%17.05

CMYK Percentages of Color #d1533c

%0
%60
%71
%18

Triadic Colors of #d1533c

#d1533c #3cd153 #533cd1

Analogous Colors of #d1533c

#d1533c #d19e3c #d13c70

Monochromatic Colors of #d1533c

#d1533c

Complementary Color

#d1533c #3cbad1

#d1533c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1533c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1533c Color CSS Codes

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

#d1533c Text Font Color

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

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


#d1533c Background Color

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

This div background color is #d1533c


#d1533c Border Color

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

This div border color is #d1533c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1533c


Comments

No comments written yet.

Please login to write comment.