Color Hex Logo

#d37462 Color Hex

#D37462
(211,116,98)
0 Favorites   0 Comments

Color spaces of #d37462

RGB 21111698
HSL0.030.560.61
HSV10°54°83°
CMYK 0.000.450.54   0.17
XYZ35.314027.221514.9483
Yxy27.22150.45580.3513
Hunter Lab52.174229.512419.5349
CIE-Lab59.178835.404326.4437

#d37462 color RGB value is (211,116,98).

#d37462 hex color red value is 211, green value is 116 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #d37462 hue: 0.03 , saturation: 0.56 and the lightness value of d37462 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110100 01100010
Octal 323 164 142
Decimal 211 116 98
Hex D3 74 62

RGB Percentages of Color #d37462

%49.65
%27.29
%23.06

CMYK Percentages of Color #d37462

%0
%45
%54
%17

Triadic Colors of #d37462

#d37462 #62d374 #7462d3

Analogous Colors of #d37462

#d37462 #d3ad62 #d36289

Monochromatic Colors of #d37462

#d37462

Complementary Color

#d37462 #62c1d3

#d37462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37462 Color CSS Codes

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

#d37462 Text Font Color

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

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


#d37462 Background Color

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

This div background color is #d37462


#d37462 Border Color

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

This div border color is #d37462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37462


Comments

No comments written yet.

Please login to write comment.