Color Hex Logo

#5c41be Color Hex

#5C41BE
(92,65,190)
0 Favorites   0 Comments

Color spaces of #5c41be

RGB 9265190
HSL0.700.490.50
HSV253°66°75°
CMYK 0.520.660.00   0.25
XYZ15.59829.773649.7796
Yxy9.77360.20760.1301
Hunter Lab31.262834.3507-72.5234
CIE-Lab37.433043.4319-61.9473

#5c41be color RGB value is (92,65,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 01000001 10111110
Octal 134 101 276
Decimal 92 65 190
Hex 5C 41 BE

RGB Percentages of Color #5c41be

%26.51
%18.73
%54.76

CMYK Percentages of Color #5c41be

%52
%66
%0
%25

Triadic Colors of #5c41be

#5c41be #be5c41 #41be5c

Analogous Colors of #5c41be

#5c41be #9b41be #4165be

Monochromatic Colors of #5c41be

#5c41be

Complementary Color

#5c41be #a3be41

#5c41be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c41be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c41be Color CSS Codes

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

#5c41be Text Font Color

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

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


#5c41be Background Color

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

This div background color is #5c41be


#5c41be Border Color

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

This div border color is #5c41be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,65,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 #5c41be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c41be


Comments

No comments written yet.

Please login to write comment.