Color Hex Logo

#d38372 Color Hex

#D38372
(211,131,114)
0 Favorites   0 Comments

Color spaces of #d38372

RGB 211131114
HSL0.030.520.64
HSV11°46°83°
CMYK 0.000.380.46   0.17
XYZ38.017531.296419.9567
Yxy31.29640.42590.3506
Hunter Lab55.943223.403318.0096
CIE-Lab62.757128.928922.1807

#d38372 color RGB value is (211,131,114).

#d38372 hex color red value is 211, green value is 131 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d38372 hue: 0.03 , saturation: 0.52 and the lightness value of d38372 is 0.64.

The process color (four color CMYK) of #d38372 color hex is 0.00, 0.38, 0.46, 0.17. Web safe color of #d38372 is #cc9966. Color #d38372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000011 01110010
Octal 323 203 162
Decimal 211 131 114
Hex D3 83 72

RGB Percentages of Color #d38372

%46.27
%28.73
%25.00

CMYK Percentages of Color #d38372

%0
%38
%46
%17

Triadic Colors of #d38372

#d38372 #72d383 #8372d3

Analogous Colors of #d38372

#d38372 #d3b472 #d37292

Monochromatic Colors of #d38372

#d38372

Complementary Color

#d38372 #72c2d3

#d38372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38372 Color CSS Codes

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

#d38372 Text Font Color

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

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


#d38372 Background Color

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

This div background color is #d38372


#d38372 Border Color

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

This div border color is #d38372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38372


Comments

No comments written yet.

Please login to write comment.