Color Hex Logo

#d46226 Color Hex

#D46226
(212,98,38)
0 Favorites   0 Comments

Color spaces of #d46226

RGB 2129838
HSL0.060.700.49
HSV21°82°83°
CMYK 0.000.540.82   0.17
XYZ31.868922.87244.5689
Yxy22.87240.53730.3856
Hunter Lab47.825135.252027.8134
CIE-Lab54.940741.581152.8122

#d46226 color RGB value is (212,98,38).

#d46226 hex color red value is 212, green value is 98 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #d46226 hue: 0.06 , saturation: 0.70 and the lightness value of d46226 is 0.49.

The process color (four color CMYK) of #d46226 color hex is 0.00, 0.54, 0.82, 0.17. Web safe color of #d46226 is #cc6633. Color #d46226 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100010 00100110
Octal 324 142 46
Decimal 212 98 38
Hex D4 62 26

RGB Percentages of Color #d46226

%60.92
%28.16
%10.92

CMYK Percentages of Color #d46226

%0
%54
%82
%17

Triadic Colors of #d46226

#d46226 #26d462 #6226d4

Analogous Colors of #d46226

#d46226 #d4b926 #d42641

Monochromatic Colors of #d46226

#d46226

Complementary Color

#d46226 #2698d4

#d46226 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46226 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46226 Color CSS Codes

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

#d46226 Text Font Color

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

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


#d46226 Background Color

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

This div background color is #d46226


#d46226 Border Color

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

This div border color is #d46226


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46226


Comments

No comments written yet.

Please login to write comment.