Color Hex Logo

#d3575e Color Hex

#D3575E
(211,87,94)
0 Favorites   0 Comments

Color spaces of #d3575e

RGB 2118794
HSL0.990.580.58
HSV357°59°83°
CMYK 0.000.590.55   0.17
XYZ32.292521.473413.0325
Yxy21.47340.48340.3215
Hunter Lab46.339443.297215.7629
CIE-Lab53.463849.479321.2009

#d3575e color RGB value is (211,87,94).

#d3575e hex color red value is 211, green value is 87 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d3575e hue: 0.99 , saturation: 0.58 and the lightness value of d3575e is 0.58.

The process color (four color CMYK) of #d3575e color hex is 0.00, 0.59, 0.55, 0.17. Web safe color of #d3575e is #cc6666. Color #d3575e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010111 01011110
Octal 323 127 136
Decimal 211 87 94
Hex D3 57 5E

RGB Percentages of Color #d3575e

%53.83
%22.19
%23.98

CMYK Percentages of Color #d3575e

%0
%59
%55
%17

Triadic Colors of #d3575e

#d3575e #5ed357 #575ed3

Analogous Colors of #d3575e

#d3575e #d38e57 #d3579c

Monochromatic Colors of #d3575e

#d3575e

Complementary Color

#d3575e #57d3cc

#d3575e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3575e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3575e Color CSS Codes

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

#d3575e Text Font Color

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

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


#d3575e Background Color

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

This div background color is #d3575e


#d3575e Border Color

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

This div border color is #d3575e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3575e


Comments

No comments written yet.

Please login to write comment.