Color Hex Logo

#d37352 Color Hex

#D37352
(211,115,82)
0 Favorites   0 Comments

Color spaces of #d37352

RGB 21111582
HSL0.040.590.57
HSV15°61°83°
CMYK 0.000.450.61   0.17
XYZ34.517726.719511.3207
Yxy26.71950.47570.3683
Hunter Lab51.690928.738123.1987
CIE-Lab58.713834.686334.7722

#d37352 color RGB value is (211,115,82).

#d37352 hex color red value is 211, green value is 115 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #d37352 hue: 0.04 , saturation: 0.59 and the lightness value of d37352 is 0.57.

The process color (four color CMYK) of #d37352 color hex is 0.00, 0.45, 0.61, 0.17. Web safe color of #d37352 is #cc6666. Color #d37352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110011 01010010
Octal 323 163 122
Decimal 211 115 82
Hex D3 73 52

RGB Percentages of Color #d37352

%51.72
%28.19
%20.10

CMYK Percentages of Color #d37352

%0
%45
%61
%17

Triadic Colors of #d37352

#d37352 #52d373 #7352d3

Analogous Colors of #d37352

#d37352 #d3b452 #d35272

Monochromatic Colors of #d37352

#d37352

Complementary Color

#d37352 #52b2d3

#d37352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37352 Color CSS Codes

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

#d37352 Text Font Color

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

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


#d37352 Background Color

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

This div background color is #d37352


#d37352 Border Color

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

This div border color is #d37352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37352


Comments

No comments written yet.

Please login to write comment.