Color Hex Logo

#5c3bbe Color Hex

#5C3BBE
(92,59,190)
0 Favorites   0 Comments

Color spaces of #5c3bbe

RGB 9259190
HSL0.710.530.49
HSV255°69°75°
CMYK 0.520.690.00   0.25
XYZ15.27199.120949.6708
Yxy9.12090.20620.1231
Hunter Lab30.200837.4121-76.3727
CIE-Lab36.216046.7552-63.9332

#5c3bbe color RGB value is (92,59,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 00111011 10111110
Octal 134 73 276
Decimal 92 59 190
Hex 5C 3B BE

RGB Percentages of Color #5c3bbe

%26.98
%17.30
%55.72

CMYK Percentages of Color #5c3bbe

%52
%69
%0
%25

Triadic Colors of #5c3bbe

#5c3bbe #be5c3b #3bbe5c

Analogous Colors of #5c3bbe

#5c3bbe #9e3bbe #3b5bbe

Monochromatic Colors of #5c3bbe

#5c3bbe

Complementary Color

#5c3bbe #9dbe3b

#5c3bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c3bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c3bbe Color CSS Codes

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

#5c3bbe Text Font Color

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

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


#5c3bbe Background Color

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

This div background color is #5c3bbe


#5c3bbe Border Color

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

This div border color is #5c3bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c3bbe


Comments

No comments written yet.

Please login to write comment.