Color Hex Logo

#5c749d Color Hex

#5C749D
(92,116,157)
0 Favorites   0 Comments

Color spaces of #5c749d

RGB 92116157
HSL0.610.260.49
HSV218°41°62°
CMYK 0.410.260.00   0.38
XYZ16.744817.200434.3358
Yxy17.20040.24520.2519
Hunter Lab41.4734-0.5093-20.0548
CIE-Lab48.51162.2291-24.9048

#5c749d color RGB value is (92,116,157).

#5c749d hex color red value is 92, green value is 116 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #5c749d hue: 0.61 , saturation: 0.26 and the lightness value of 5c749d is 0.49.

The process color (four color CMYK) of #5c749d color hex is 0.41, 0.26, 0.00, 0.38. Web safe color of #5c749d is #666699. Color #5c749d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01110100 10011101
Octal 134 164 235
Decimal 92 116 157
Hex 5C 74 9D

RGB Percentages of Color #5c749d

%25.21
%31.78
%43.01

CMYK Percentages of Color #5c749d

%41
%26
%0
%38

Triadic Colors of #5c749d

#5c749d #9d5c74 #749d5c

Analogous Colors of #5c749d

#5c749d #655c9d #5c959d

Monochromatic Colors of #5c749d

#5c749d

Complementary Color

#5c749d #9d855c

#5c749d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c749d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c749d Color CSS Codes

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

#5c749d Text Font Color

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

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


#5c749d Background Color

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

This div background color is #5c749d


#5c749d Border Color

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

This div border color is #5c749d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c749d


Comments

No comments written yet.

Please login to write comment.