Color Hex Logo

#d54034 Color Hex

#D54034
(213,64,52)
0 Favorites   0 Comments

Color spaces of #d54034

RGB 2136452
HSL0.010.660.52
HSV76°84°
CMYK 0.000.700.76   0.16
XYZ29.893818.06095.1593
Yxy18.06090.56280.3400
Hunter Lab42.498151.187822.5508
CIE-Lab49.569957.401440.6790

#d54034 color RGB value is (213,64,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000000 00110100
Octal 325 100 64
Decimal 213 64 52
Hex D5 40 34

RGB Percentages of Color #d54034

%64.74
%19.45
%15.81

CMYK Percentages of Color #d54034

%0
%70
%76
%16

Triadic Colors of #d54034

#d54034 #34d540 #4034d5

Analogous Colors of #d54034

#d54034 #d59134 #d53479

Monochromatic Colors of #d54034

#d54034

Complementary Color

#d54034 #34c9d5

#d54034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54034 Color CSS Codes

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

#d54034 Text Font Color

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

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


#d54034 Background Color

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

This div background color is #d54034


#d54034 Border Color

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

This div border color is #d54034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54034


Comments

No comments written yet.

Please login to write comment.