Color Hex Logo

#5c4aea Color Hex

#5C4AEA
(92,74,234)
0 Favorites   0 Comments

Color spaces of #5c4aea

RGB 9274234
HSL0.690.790.60
HSV247°68°92°
CMYK 0.610.680.00   0.08
XYZ21.713713.113479.2286
Yxy13.11340.19040.1150
Hunter Lab36.212443.6604-104.3710
CIE-Lab42.933651.6334-78.2790

#5c4aea color RGB value is (92,74,234).

#5c4aea hex color red value is 92, green value is 74 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5c4aea hue: 0.69 , saturation: 0.79 and the lightness value of 5c4aea is 0.60.

The process color (four color CMYK) of #5c4aea color hex is 0.61, 0.68, 0.00, 0.08. Web safe color of #5c4aea is #6633ff. Color #5c4aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01001010 11101010
Octal 134 112 352
Decimal 92 74 234
Hex 5C 4A EA

RGB Percentages of Color #5c4aea

%23.00
%18.50
%58.50

CMYK Percentages of Color #5c4aea

%61
%68
%0
%8

Triadic Colors of #5c4aea

#5c4aea #ea5c4a #4aea5c

Analogous Colors of #5c4aea

#5c4aea #ac4aea #4a88ea

Monochromatic Colors of #5c4aea

#5c4aea

Complementary Color

#5c4aea #d8ea4a

#5c4aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c4aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c4aea Color CSS Codes

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

#5c4aea Text Font Color

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

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


#5c4aea Background Color

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

This div background color is #5c4aea


#5c4aea Border Color

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

This div border color is #5c4aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c4aea


Comments

No comments written yet.

Please login to write comment.