Color Hex Logo

#d3572a Color Hex

#D3572A
(211,87,42)
0 Favorites   0 Comments

Color spaces of #d3572a

RGB 2118742
HSL0.040.670.50
HSV16°80°83°
CMYK 0.000.590.80   0.17
XYZ30.690120.83244.5940
Yxy20.83240.54690.3712
Hunter Lab45.642540.149225.9821
CIE-Lab52.765646.619748.9350

#d3572a color RGB value is (211,87,42).

#d3572a hex color red value is 211, green value is 87 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d3572a hue: 0.04 , saturation: 0.67 and the lightness value of d3572a is 0.50.

The process color (four color CMYK) of #d3572a color hex is 0.00, 0.59, 0.80, 0.17. Web safe color of #d3572a is #cc6633. Color #d3572a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010111 00101010
Octal 323 127 52
Decimal 211 87 42
Hex D3 57 2A

RGB Percentages of Color #d3572a

%62.06
%25.59
%12.35

CMYK Percentages of Color #d3572a

%0
%59
%80
%17

Triadic Colors of #d3572a

#d3572a #2ad357 #572ad3

Analogous Colors of #d3572a

#d3572a #d3ac2a #d32a51

Monochromatic Colors of #d3572a

#d3572a

Complementary Color

#d3572a #2aa6d3

#d3572a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3572a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3572a Color CSS Codes

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

#d3572a Text Font Color

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

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


#d3572a Background Color

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

This div background color is #d3572a


#d3572a Border Color

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

This div border color is #d3572a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,87,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3572a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3572a;
  -webkit-box-shadow: 1px 1px 3px 2px #d3572a;
  box-shadow:         1px 1px 3px 2px #d3572a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,87,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3572a


Comments

No comments written yet.

Please login to write comment.