Color Hex Logo

#5c5aaf Color Hex

#5C5AAF
(92,90,175)
0 Favorites   0 Comments

Color spaces of #5c5aaf

RGB 9290175
HSL0.670.350.52
HSV241°49°69°
CMYK 0.470.490.00   0.31
XYZ15.807712.682842.1723
Yxy12.68280.22370.1795
Hunter Lab35.612916.9092-45.2813
CIE-Lab42.281423.7539-45.3020

#5c5aaf color RGB value is (92,90,175).

#5c5aaf hex color red value is 92, green value is 90 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5c5aaf hue: 0.67 , saturation: 0.35 and the lightness value of 5c5aaf is 0.52.

The process color (four color CMYK) of #5c5aaf color hex is 0.47, 0.49, 0.00, 0.31. Web safe color of #5c5aaf is #666699. Color #5c5aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01011010 10101111
Octal 134 132 257
Decimal 92 90 175
Hex 5C 5A AF

RGB Percentages of Color #5c5aaf

%25.77
%25.21
%49.02

CMYK Percentages of Color #5c5aaf

%47
%49
%0
%31

Triadic Colors of #5c5aaf

#5c5aaf #af5c5a #5aaf5c

Analogous Colors of #5c5aaf

#5c5aaf #875aaf #5a83af

Monochromatic Colors of #5c5aaf

#5c5aaf

Complementary Color

#5c5aaf #adaf5a

#5c5aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c5aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c5aaf Color CSS Codes

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

#5c5aaf Text Font Color

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

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


#5c5aaf Background Color

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

This div background color is #5c5aaf


#5c5aaf Border Color

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

This div border color is #5c5aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c5aaf


Comments

No comments written yet.

Please login to write comment.