Color Hex Logo

#d54036 Color Hex

#D54036
(213,64,54)
0 Favorites   0 Comments

Color spaces of #d54036

RGB 2136454
HSL0.010.650.52
HSV75°84°
CMYK 0.000.700.75   0.16
XYZ29.939818.07935.4017
Yxy18.07930.56050.3384
Hunter Lab42.519851.279122.2316
CIE-Lab49.592157.479839.6013

#d54036 color RGB value is (213,64,54).

#d54036 hex color red value is 213, green value is 64 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #d54036 hue: 0.01 , saturation: 0.65 and the lightness value of d54036 is 0.52.

The process color (four color CMYK) of #d54036 color hex is 0.00, 0.70, 0.75, 0.16. Web safe color of #d54036 is #cc3333. Color #d54036 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000000 00110110
Octal 325 100 66
Decimal 213 64 54
Hex D5 40 36

RGB Percentages of Color #d54036

%64.35
%19.34
%16.31

CMYK Percentages of Color #d54036

%0
%70
%75
%16

Triadic Colors of #d54036

#d54036 #36d540 #4036d5

Analogous Colors of #d54036

#d54036 #d59036 #d5367c

Monochromatic Colors of #d54036

#d54036

Complementary Color

#d54036 #36cbd5

#d54036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54036 Color CSS Codes

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

#d54036 Text Font Color

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

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


#d54036 Background Color

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

This div background color is #d54036


#d54036 Border Color

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

This div border color is #d54036


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,64,54, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d54036; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d54036;
  -webkit-box-shadow: 1px 1px 3px 2px #d54036;
  box-shadow:         1px 1px 3px 2px #d54036; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,64,54, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54036


Comments

No comments written yet.

Please login to write comment.