Color Hex Logo

#5c03bb Color Hex

#5C03BB
(92,3,187)
0 Favorites   0 Comments

Color spaces of #5c03bb

RGB 923187
HSL0.750.970.37
HSV269°98°73°
CMYK 0.510.980.00   0.27
XYZ13.41585.928347.4509
Yxy5.92830.20090.0888
Hunter Lab24.348155.7443-98.5039
CIE-Lab29.230865.3726-73.6480

#5c03bb color RGB value is (92,3,187).

#5c03bb hex color red value is 92, green value is 3 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5c03bb hue: 0.75 , saturation: 0.97 and the lightness value of 5c03bb is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 00000011 10111011
Octal 134 3 273
Decimal 92 3 187
Hex 5C 3 BB

RGB Percentages of Color #5c03bb

%32.62
%1.06
%66.31

CMYK Percentages of Color #5c03bb

%51
%98
%0
%27

Triadic Colors of #5c03bb

#5c03bb #bb5c03 #03bb5c

Analogous Colors of #5c03bb

#5c03bb #b803bb #0306bb

Monochromatic Colors of #5c03bb

#5c03bb

Complementary Color

#5c03bb #62bb03

#5c03bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c03bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c03bb Color CSS Codes

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

#5c03bb Text Font Color

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

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


#5c03bb Background Color

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

This div background color is #5c03bb


#5c03bb Border Color

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

This div border color is #5c03bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c03bb


Comments

No comments written yet.

Please login to write comment.