Color Hex Logo

#5a2339 Color Hex

#5A2339
(90,35,57)
0 Favorites   0 Comments

Color spaces of #5a2339

RGB 903557
HSL0.930.440.25
HSV336°61°35°
CMYK 0.000.610.37   0.65
XYZ5.55603.67114.2867
Yxy3.67110.41110.2717
Hunter Lab19.160118.23080.1471
CIE-Lab22.552927.8728-1.5674

#5a2339 color RGB value is (90,35,57).

#5a2339 hex color red value is 90, green value is 35 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #5a2339 hue: 0.93 , saturation: 0.44 and the lightness value of 5a2339 is 0.25.

The process color (four color CMYK) of #5a2339 color hex is 0.00, 0.61, 0.37, 0.65. Web safe color of #5a2339 is #663333. Color #5a2339 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00100011 00111001
Octal 132 43 71
Decimal 90 35 57
Hex 5A 23 39

RGB Percentages of Color #5a2339

%49.45
%19.23
%31.32

CMYK Percentages of Color #5a2339

%0
%61
%37
%65

Triadic Colors of #5a2339

#5a2339 #395a23 #23395a

Analogous Colors of #5a2339

#5a2339 #5a2923 #5a2355

Monochromatic Colors of #5a2339

#5a2339

Complementary Color

#5a2339 #235a44

#5a2339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a2339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a2339 Color CSS Codes

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

#5a2339 Text Font Color

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

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


#5a2339 Background Color

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

This div background color is #5a2339


#5a2339 Border Color

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

This div border color is #5a2339


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,35,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a2339; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a2339;
  -webkit-box-shadow: 1px 1px 3px 2px #5a2339;
  box-shadow:         1px 1px 3px 2px #5a2339; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,35,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 #5a2339">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a2339


Comments

No comments written yet.

Please login to write comment.