Color Hex Logo

#5c0eeb Color Hex

#5C0EEB
(92,14,235)
0 Favorites   0 Comments

Color spaces of #5c0eeb

RGB 9214235
HSL0.730.890.49
HSV261°94°92°
CMYK 0.610.940.00   0.08
XYZ19.56618.587579.2236
Yxy8.58750.18220.0800
Hunter Lab29.304467.8988-139.7755
CIE-Lab35.177674.6355-91.6476

#5c0eeb color RGB value is (92,14,235).

#5c0eeb hex color red value is 92, green value is 14 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5c0eeb hue: 0.73 , saturation: 0.89 and the lightness value of 5c0eeb is 0.49.

The process color (four color CMYK) of #5c0eeb color hex is 0.61, 0.94, 0.00, 0.08. Web safe color of #5c0eeb is #6600ff. Color #5c0eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 00001110 11101011
Octal 134 16 353
Decimal 92 14 235
Hex 5C E EB

RGB Percentages of Color #5c0eeb

%26.98
%4.11
%68.91

CMYK Percentages of Color #5c0eeb

%61
%94
%0
%8

Triadic Colors of #5c0eeb

#5c0eeb #eb5c0e #0eeb5c

Analogous Colors of #5c0eeb

#5c0eeb #cb0eeb #0e2eeb

Monochromatic Colors of #5c0eeb

#5c0eeb

Complementary Color

#5c0eeb #9deb0e

#5c0eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c0eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c0eeb Color CSS Codes

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

#5c0eeb Text Font Color

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

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


#5c0eeb Background Color

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

This div background color is #5c0eeb


#5c0eeb Border Color

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

This div border color is #5c0eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c0eeb


Comments

No comments written yet.

Please login to write comment.