Color Hex Logo

#5c3abd Color Hex

#5C3ABD
(92,58,189)
0 Favorites   0 Comments

Color spaces of #5c3abd

RGB 9258189
HSL0.710.530.48
HSV256°69°74°
CMYK 0.510.690.00   0.26
XYZ15.11208.975549.0801
Yxy8.97550.20650.1227
Hunter Lab29.959137.6105-76.1595
CIE-Lab35.937147.0055-63.8014

#5c3abd color RGB value is (92,58,189).

#5c3abd hex color red value is 92, green value is 58 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5c3abd hue: 0.71 , saturation: 0.53 and the lightness value of 5c3abd is 0.48.

The process color (four color CMYK) of #5c3abd color hex is 0.51, 0.69, 0.00, 0.26. Web safe color of #5c3abd is #6633cc. Color #5c3abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 00111010 10111101
Octal 134 72 275
Decimal 92 58 189
Hex 5C 3A BD

RGB Percentages of Color #5c3abd

%27.14
%17.11
%55.75

CMYK Percentages of Color #5c3abd

%51
%69
%0
%26

Triadic Colors of #5c3abd

#5c3abd #bd5c3a #3abd5c

Analogous Colors of #5c3abd

#5c3abd #9e3abd #3a59bd

Monochromatic Colors of #5c3abd

#5c3abd

Complementary Color

#5c3abd #9bbd3a

#5c3abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c3abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c3abd Color CSS Codes

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

#5c3abd Text Font Color

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

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


#5c3abd Background Color

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

This div background color is #5c3abd


#5c3abd Border Color

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

This div border color is #5c3abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c3abd


Comments

No comments written yet.

Please login to write comment.