Color Hex Logo

#d56350 Color Hex

#D56350
(213,99,80)
0 Favorites   0 Comments

Color spaces of #d56350

RGB 2139980
HSL0.020.610.57
HSV62°84°
CMYK 0.000.540.62   0.16
XYZ33.350423.649010.3964
Yxy23.64900.49480.3509
Hunter Lab48.630237.311621.3659
CIE-Lab55.734643.460132.2682

#d56350 color RGB value is (213,99,80).

#d56350 hex color red value is 213, green value is 99 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #d56350 hue: 0.02 , saturation: 0.61 and the lightness value of d56350 is 0.57.

The process color (four color CMYK) of #d56350 color hex is 0.00, 0.54, 0.62, 0.16. Web safe color of #d56350 is #cc6666. Color #d56350 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100011 01010000
Octal 325 143 120
Decimal 213 99 80
Hex D5 63 50

RGB Percentages of Color #d56350

%54.34
%25.26
%20.41

CMYK Percentages of Color #d56350

%0
%54
%62
%16

Triadic Colors of #d56350

#d56350 #50d563 #6350d5

Analogous Colors of #d56350

#d56350 #d5a650 #d55080

Monochromatic Colors of #d56350

#d56350

Complementary Color

#d56350 #50c2d5

#d56350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56350 Color CSS Codes

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

#d56350 Text Font Color

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

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


#d56350 Background Color

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

This div background color is #d56350


#d56350 Border Color

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

This div border color is #d56350


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,99,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d56350; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d56350;
  -webkit-box-shadow: 1px 1px 3px 2px #d56350;
  box-shadow:         1px 1px 3px 2px #d56350; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,99,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56350


Comments

No comments written yet.

Please login to write comment.