Color Hex Logo

#d45326 Color Hex

#D45326
(212,83,38)
0 Favorites   0 Comments

Color spaces of #d45326

RGB 2128338
HSL0.040.700.49
HSV16°82°83°
CMYK 0.000.610.82   0.17
XYZ30.594520.32354.1440
Yxy20.32350.55560.3691
Hunter Lab45.081642.245826.1070
CIE-Lab52.201048.696650.3135

#d45326 color RGB value is (212,83,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010011 00100110
Octal 324 123 46
Decimal 212 83 38
Hex D4 53 26

RGB Percentages of Color #d45326

%63.66
%24.92
%11.41

CMYK Percentages of Color #d45326

%0
%61
%82
%17

Triadic Colors of #d45326

#d45326 #26d453 #5326d4

Analogous Colors of #d45326

#d45326 #d4aa26 #d42650

Monochromatic Colors of #d45326

#d45326

Complementary Color

#d45326 #26a7d4

#d45326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45326 Color CSS Codes

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

#d45326 Text Font Color

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

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


#d45326 Background Color

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

This div background color is #d45326


#d45326 Border Color

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

This div border color is #d45326


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,83,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 #d45326">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45326


Comments

No comments written yet.

Please login to write comment.