Color Hex Logo

#5b05cc Color Hex

#5B05CC
(91,5,204)
0 Favorites   0 Comments

Color spaces of #5b05cc

RGB 915204
HSL0.740.950.41
HSV266°98°80°
CMYK 0.550.980.00   0.20
XYZ15.26776.692357.6138
Yxy6.69230.19190.0841
Hunter Lab25.869560.0759-113.9358
CIE-Lab31.095968.7998-80.5655

#5b05cc color RGB value is (91,5,204).

#5b05cc hex color red value is 91, green value is 5 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5b05cc hue: 0.74 , saturation: 0.95 and the lightness value of 5b05cc is 0.41.

The process color (four color CMYK) of #5b05cc color hex is 0.55, 0.98, 0.00, 0.20. Web safe color of #5b05cc is #6600cc. Color #5b05cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00000101 11001100
Octal 133 5 314
Decimal 91 5 204
Hex 5B 5 CC

RGB Percentages of Color #5b05cc

%30.33
%1.67
%68.00

CMYK Percentages of Color #5b05cc

%55
%98
%0
%20

Triadic Colors of #5b05cc

#5b05cc #cc5b05 #05cc5b

Analogous Colors of #5b05cc

#5b05cc #bf05cc #0512cc

Monochromatic Colors of #5b05cc

#5b05cc

Complementary Color

#5b05cc #76cc05

#5b05cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b05cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b05cc Color CSS Codes

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

#5b05cc Text Font Color

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

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


#5b05cc Background Color

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

This div background color is #5b05cc


#5b05cc Border Color

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

This div border color is #5b05cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,5,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b05cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b05cc;
  -webkit-box-shadow: 1px 1px 3px 2px #5b05cc;
  box-shadow:         1px 1px 3px 2px #5b05cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,5,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b05cc


Comments

No comments written yet.

Please login to write comment.