Color Hex Logo

#d3552d Color Hex

#D3552D
(211,85,45)
0 Favorites   0 Comments

Color spaces of #d3552d

RGB 2118545
HSL0.040.650.50
HSV14°79°83°
CMYK 0.000.600.79   0.17
XYZ30.586120.53534.8343
Yxy20.53530.54660.3670
Hunter Lab45.315941.176325.3961
CIE-Lab52.437147.647647.1753

#d3552d color RGB value is (211,85,45).

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

The process color (four color CMYK) of #d3552d color hex is 0.00, 0.60, 0.79, 0.17. Web safe color of #d3552d is #cc6633. Color #d3552d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010101 00101101
Octal 323 125 55
Decimal 211 85 45
Hex D3 55 2D

RGB Percentages of Color #d3552d

%61.88
%24.93
%13.20

CMYK Percentages of Color #d3552d

%0
%60
%79
%17

Triadic Colors of #d3552d

#d3552d #2dd355 #552dd3

Analogous Colors of #d3552d

#d3552d #d3a82d #d32d58

Monochromatic Colors of #d3552d

#d3552d

Complementary Color

#d3552d #2dabd3

#d3552d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3552d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3552d Color CSS Codes

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

#d3552d Text Font Color

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

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


#d3552d Background Color

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

This div background color is #d3552d


#d3552d Border Color

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

This div border color is #d3552d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3552d


Comments

No comments written yet.

Please login to write comment.