Color Hex Logo

#d38239 Color Hex

#D38239
(211,130,57)
0 Favorites   0 Comments

Color spaces of #d38239

RGB 21113057
HSL0.080.640.53
HSV28°73°83°
CMYK 0.000.380.73   0.17
XYZ35.585130.10967.8071
Yxy30.10960.48410.4096
Hunter Lab54.872219.732429.9749
CIE-Lab61.748725.244750.9611

#d38239 color RGB value is (211,130,57).

#d38239 hex color red value is 211, green value is 130 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #d38239 hue: 0.08 , saturation: 0.64 and the lightness value of d38239 is 0.53.

The process color (four color CMYK) of #d38239 color hex is 0.00, 0.38, 0.73, 0.17. Web safe color of #d38239 is #cc9933. Color #d38239 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000010 00111001
Octal 323 202 71
Decimal 211 130 57
Hex D3 82 39

RGB Percentages of Color #d38239

%53.02
%32.66
%14.32

CMYK Percentages of Color #d38239

%0
%38
%73
%17

Triadic Colors of #d38239

#d38239 #39d382 #8239d3

Analogous Colors of #d38239

#d38239 #d3cf39 #d3393d

Monochromatic Colors of #d38239

#d38239

Complementary Color

#d38239 #398ad3

#d38239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38239 Color CSS Codes

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

#d38239 Text Font Color

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

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


#d38239 Background Color

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

This div background color is #d38239


#d38239 Border Color

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

This div border color is #d38239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38239


Comments

No comments written yet.

Please login to write comment.