Color Hex Logo

#d3921a Color Hex

#D3921A
(211,146,26)
0 Favorites   0 Comments

Color spaces of #d3921a

RGB 21114626
HSL0.110.780.46
HSV39°88°83°
CMYK 0.000.310.88   0.17
XYZ37.329334.48125.6654
Yxy34.48120.48180.4451
Hunter Lab58.720710.712935.3842
CIE-Lab65.342715.547265.5806

#d3921a color RGB value is (211,146,26).

#d3921a hex color red value is 211, green value is 146 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #d3921a hue: 0.11 , saturation: 0.78 and the lightness value of d3921a is 0.46.

The process color (four color CMYK) of #d3921a color hex is 0.00, 0.31, 0.88, 0.17. Web safe color of #d3921a is #cc9933. Color #d3921a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010010 00011010
Octal 323 222 32
Decimal 211 146 26
Hex D3 92 1A

RGB Percentages of Color #d3921a

%55.09
%38.12
%6.79

CMYK Percentages of Color #d3921a

%0
%31
%88
%17

Triadic Colors of #d3921a

#d3921a #1ad392 #921ad3

Analogous Colors of #d3921a

#d3921a #b8d31a #d3361a

Monochromatic Colors of #d3921a

#d3921a

Complementary Color

#d3921a #1a5bd3

#d3921a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3921a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3921a Color CSS Codes

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

#d3921a Text Font Color

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

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


#d3921a Background Color

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

This div background color is #d3921a


#d3921a Border Color

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

This div border color is #d3921a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3921a


Comments

No comments written yet.

Please login to write comment.