Color Hex Logo

#5c457a Color Hex

#5C457A
(92,69,122)
1 Favorites   0 Comments

Color spaces of #5c457a

RGB 9269122
HSL0.740.280.37
HSV266°43°48°
CMYK 0.250.430.00   0.52
XYZ10.05467.936719.4144
Yxy7.93670.26880.2122
Hunter Lab28.172114.4051-21.1383
CIE-Lab33.850721.5978-26.6193

#5c457a color RGB value is (92,69,122).

#5c457a hex color red value is 92, green value is 69 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #5c457a hue: 0.74 , saturation: 0.28 and the lightness value of 5c457a is 0.37.

The process color (four color CMYK) of #5c457a color hex is 0.25, 0.43, 0.00, 0.52. Web safe color of #5c457a is #663366. Color #5c457a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01000101 01111010
Octal 134 105 172
Decimal 92 69 122
Hex 5C 45 7A

RGB Percentages of Color #5c457a

%32.51
%24.38
%43.11

CMYK Percentages of Color #5c457a

%25
%43
%0
%52

Triadic Colors of #5c457a

#5c457a #7a5c45 #457a5c

Analogous Colors of #5c457a

#5c457a #77457a #45487a

Monochromatic Colors of #5c457a

#5c457a

Complementary Color

#5c457a #637a45

#5c457a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c457a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c457a Color CSS Codes

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

#5c457a Text Font Color

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

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


#5c457a Background Color

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

This div background color is #5c457a


#5c457a Border Color

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

This div border color is #5c457a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,69,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5c457a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5c457a;
  -webkit-box-shadow: 1px 1px 3px 2px #5c457a;
  box-shadow:         1px 1px 3px 2px #5c457a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,69,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c457a


Comments

No comments written yet.

Please login to write comment.