Color Hex Logo

#d0534a Color Hex

#D0534A
(208,83,74)
0 Favorites   0 Comments

Color spaces of #d0534a

RGB 2088374
HSL0.010.590.55
HSV64°82°
CMYK 0.000.600.64   0.18
XYZ30.341720.09088.7573
Yxy20.09080.51260.3394
Hunter Lab44.822842.391519.7921
CIE-Lab51.939748.876530.8065

#d0534a color RGB value is (208,83,74).

#d0534a hex color red value is 208, green value is 83 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d0534a hue: 0.01 , saturation: 0.59 and the lightness value of d0534a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010011 01001010
Octal 320 123 112
Decimal 208 83 74
Hex D0 53 4A

RGB Percentages of Color #d0534a

%56.99
%22.74
%20.27

CMYK Percentages of Color #d0534a

%0
%60
%64
%18

Triadic Colors of #d0534a

#d0534a #4ad053 #534ad0

Analogous Colors of #d0534a

#d0534a #d0964a #d04a84

Monochromatic Colors of #d0534a

#d0534a

Complementary Color

#d0534a #4ac7d0

#d0534a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0534a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0534a Color CSS Codes

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

#d0534a Text Font Color

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

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


#d0534a Background Color

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

This div background color is #d0534a


#d0534a Border Color

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

This div border color is #d0534a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0534a


Comments

No comments written yet.

Please login to write comment.