Color Hex Logo

#5c3abb Color Hex

#5C3ABB
(92,58,187)
0 Favorites   0 Comments

Color spaces of #5c3abb

RGB 9258187
HSL0.710.530.48
HSV256°69°73°
CMYK 0.510.690.00   0.27
XYZ14.89638.889347.9444
Yxy8.88930.20770.1239
Hunter Lab29.814937.0070-74.4718
CIE-Lab35.770346.4296-62.8970

#5c3abb color RGB value is (92,58,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 00111010 10111011
Octal 134 72 273
Decimal 92 58 187
Hex 5C 3A BB

RGB Percentages of Color #5c3abb

%27.30
%17.21
%55.49

CMYK Percentages of Color #5c3abb

%51
%69
%0
%27

Triadic Colors of #5c3abb

#5c3abb #bb5c3a #3abb5c

Analogous Colors of #5c3abb

#5c3abb #9d3abb #3a59bb

Monochromatic Colors of #5c3abb

#5c3abb

Complementary Color

#5c3abb #99bb3a

#5c3abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c3abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c3abb Color CSS Codes

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

#5c3abb Text Font Color

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

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


#5c3abb Background Color

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

This div background color is #5c3abb


#5c3abb Border Color

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

This div border color is #5c3abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c3abb


Comments

No comments written yet.

Please login to write comment.