Color Hex Logo

#d45224 Color Hex

#D45224
(212,82,36)
0 Favorites   0 Comments

Color spaces of #d45224

RGB 2128236
HSL0.040.710.49
HSV16°83°83°
CMYK 0.000.610.83   0.17
XYZ30.487120.15903.9533
Yxy20.15900.55840.3692
Hunter Lab44.898842.632026.2087
CIE-Lab52.016549.090551.0436

#d45224 color RGB value is (212,82,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010010 00100100
Octal 324 122 44
Decimal 212 82 36
Hex D4 52 24

RGB Percentages of Color #d45224

%64.24
%24.85
%10.91

CMYK Percentages of Color #d45224

%0
%61
%83
%17

Triadic Colors of #d45224

#d45224 #24d452 #5224d4

Analogous Colors of #d45224

#d45224 #d4aa24 #d4244e

Monochromatic Colors of #d45224

#d45224

Complementary Color

#d45224 #24a6d4

#d45224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45224 Color CSS Codes

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

#d45224 Text Font Color

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

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


#d45224 Background Color

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

This div background color is #d45224


#d45224 Border Color

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

This div border color is #d45224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45224


Comments

No comments written yet.

Please login to write comment.