Color Hex Logo

#d38428 Color Hex

#D38428
(211,132,40)
0 Favorites   0 Comments

Color spaces of #d38428

RGB 21113240
HSL0.090.680.49
HSV32°81°83°
CMYK 0.000.370.81   0.17
XYZ35.498230.50466.0245
Yxy30.50460.49280.4235
Hunter Lab55.231018.071832.1944
CIE-Lab62.087223.492058.4222

#d38428 color RGB value is (211,132,40).

#d38428 hex color red value is 211, green value is 132 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #d38428 hue: 0.09 , saturation: 0.68 and the lightness value of d38428 is 0.49.

The process color (four color CMYK) of #d38428 color hex is 0.00, 0.37, 0.81, 0.17. Web safe color of #d38428 is #cc9933. Color #d38428 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000100 00101000
Octal 323 204 50
Decimal 211 132 40
Hex D3 84 28

RGB Percentages of Color #d38428

%55.09
%34.46
%10.44

CMYK Percentages of Color #d38428

%0
%37
%81
%17

Triadic Colors of #d38428

#d38428 #28d384 #8428d3

Analogous Colors of #d38428

#d38428 #cdd328 #d32f28

Monochromatic Colors of #d38428

#d38428

Complementary Color

#d38428 #2877d3

#d38428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38428 Color CSS Codes

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

#d38428 Text Font Color

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

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


#d38428 Background Color

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

This div background color is #d38428


#d38428 Border Color

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

This div border color is #d38428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38428


Comments

No comments written yet.

Please login to write comment.