Color Hex Logo

#5c3ada Color Hex

#5C3ADA
(92,58,218)
0 Favorites   0 Comments

Color spaces of #5c3ada

RGB 9258218
HSL0.700.680.54
HSV253°73°85°
CMYK 0.580.730.00   0.15
XYZ18.581610.363467.3506
Yxy10.36340.19300.1076
Hunter Lab32.192246.6951-101.5083
CIE-Lab38.486955.3343-76.4653

#5c3ada color RGB value is (92,58,218).

#5c3ada hex color red value is 92, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5c3ada hue: 0.70 , saturation: 0.68 and the lightness value of 5c3ada is 0.54.

The process color (four color CMYK) of #5c3ada color hex is 0.58, 0.73, 0.00, 0.15. Web safe color of #5c3ada is #6633cc. Color #5c3ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 00111010 11011010
Octal 134 72 332
Decimal 92 58 218
Hex 5C 3A DA

RGB Percentages of Color #5c3ada

%25.00
%15.76
%59.24

CMYK Percentages of Color #5c3ada

%58
%73
%0
%15

Triadic Colors of #5c3ada

#5c3ada #da5c3a #3ada5c

Analogous Colors of #5c3ada

#5c3ada #ac3ada #3a68da

Monochromatic Colors of #5c3ada

#5c3ada

Complementary Color

#5c3ada #b8da3a

#5c3ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c3ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c3ada Color CSS Codes

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

#5c3ada Text Font Color

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

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


#5c3ada Background Color

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

This div background color is #5c3ada


#5c3ada Border Color

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

This div border color is #5c3ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c3ada


Comments

No comments written yet.

Please login to write comment.