Color Hex Logo

#d54339 Color Hex

#D54339
(213,67,57)
1 Favorites   0 Comments

Color spaces of #d54339

RGB 2136757
HSL0.010.650.53
HSV73°84°
CMYK 0.000.690.73   0.16
XYZ30.186218.45595.8422
Yxy18.45590.55400.3387
Hunter Lab42.960350.243022.0094
CIE-Lab50.044556.460938.4355

#d54339 color RGB value is (213,67,57).

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

The process color (four color CMYK) of #d54339 color hex is 0.00, 0.69, 0.73, 0.16. Web safe color of #d54339 is #cc3333. Color #d54339 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000011 00111001
Octal 325 103 71
Decimal 213 67 57
Hex D5 43 39

RGB Percentages of Color #d54339

%63.20
%19.88
%16.91

CMYK Percentages of Color #d54339

%0
%69
%73
%16

Triadic Colors of #d54339

#d54339 #39d543 #4339d5

Analogous Colors of #d54339

#d54339 #d59139 #d5397d

Monochromatic Colors of #d54339

#d54339

Complementary Color

#d54339 #39cbd5

#d54339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54339 Color CSS Codes

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

#d54339 Text Font Color

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

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


#d54339 Background Color

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

This div background color is #d54339


#d54339 Border Color

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

This div border color is #d54339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54339


Comments

No comments written yet.

Please login to write comment.