Color Hex Logo

#5a3cfc Color Hex

#5A3CFC
(90,60,252)
0 Favorites   0 Comments

Color spaces of #5a3cfc

RGB 9060252
HSL0.690.970.61
HSV249°76°99°
CMYK 0.640.760.00   0.01
XYZ23.403012.433793.2619
Yxy12.43370.18130.0963
Hunter Lab35.261556.7628-132.1312
CIE-Lab41.897363.8298-90.1149

#5a3cfc color RGB value is (90,60,252).

#5a3cfc hex color red value is 90, green value is 60 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5a3cfc hue: 0.69 , saturation: 0.97 and the lightness value of 5a3cfc is 0.61.

The process color (four color CMYK) of #5a3cfc color hex is 0.64, 0.76, 0.00, 0.01. Web safe color of #5a3cfc is #6633ff. Color #5a3cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00111100 11111100
Octal 132 74 374
Decimal 90 60 252
Hex 5A 3C FC

RGB Percentages of Color #5a3cfc

%22.39
%14.93
%62.69

CMYK Percentages of Color #5a3cfc

%64
%76
%0
%1

Triadic Colors of #5a3cfc

#5a3cfc #fc5a3c #3cfc5a

Analogous Colors of #5a3cfc

#5a3cfc #ba3cfc #3c7efc

Monochromatic Colors of #5a3cfc

#5a3cfc

Complementary Color

#5a3cfc #defc3c

#5a3cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a3cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a3cfc Color CSS Codes

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

#5a3cfc Text Font Color

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

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


#5a3cfc Background Color

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

This div background color is #5a3cfc


#5a3cfc Border Color

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

This div border color is #5a3cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a3cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.