Color Hex Logo

#5c80cb Color Hex

#5C80CB
(92,128,203)
0 Favorites   0 Comments

Color spaces of #5c80cb

RGB 92128203
HSL0.610.520.58
HSV221°55°80°
CMYK 0.550.370.00   0.20
XYZ22.912322.025559.5436
Yxy22.02550.21930.2108
Hunter Lab46.93135.0155-42.3716
CIE-Lab54.05409.2241-42.7688

#5c80cb color RGB value is (92,128,203).

#5c80cb hex color red value is 92, green value is 128 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5c80cb hue: 0.61 , saturation: 0.52 and the lightness value of 5c80cb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10000000 11001011
Octal 134 200 313
Decimal 92 128 203
Hex 5C 80 CB

RGB Percentages of Color #5c80cb

%21.75
%30.26
%47.99

CMYK Percentages of Color #5c80cb

%55
%37
%0
%20

Triadic Colors of #5c80cb

#5c80cb #cb5c80 #80cb5c

Analogous Colors of #5c80cb

#5c80cb #705ccb #5cb8cb

Monochromatic Colors of #5c80cb

#5c80cb

Complementary Color

#5c80cb #cba75c

#5c80cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c80cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c80cb Color CSS Codes

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

#5c80cb Text Font Color

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

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


#5c80cb Background Color

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

This div background color is #5c80cb


#5c80cb Border Color

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

This div border color is #5c80cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c80cb


Comments

No comments written yet.

Please login to write comment.