Color Hex Logo

#505cbc Color Hex

#505CBC
(80,92,188)
0 Favorites   0 Comments

Color spaces of #505cbc

RGB 8092188
HSL0.650.450.53
HSV233°57°74°
CMYK 0.570.510.00   0.26
XYZ16.212512.990649.2299
Yxy12.99060.20670.1656
Hunter Lab36.042517.2179-55.7536
CIE-Lab42.749124.0652-52.2125

#505cbc color RGB value is (80,92,188).

#505cbc hex color red value is 80, green value is 92 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #505cbc hue: 0.65 , saturation: 0.45 and the lightness value of 505cbc is 0.53.

The process color (four color CMYK) of #505cbc color hex is 0.57, 0.51, 0.00, 0.26. Web safe color of #505cbc is #6666cc. Color #505cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011100 10111100
Octal 120 134 274
Decimal 80 92 188
Hex 50 5C BC

RGB Percentages of Color #505cbc

%22.22
%25.56
%52.22

CMYK Percentages of Color #505cbc

%57
%51
%0
%26

Triadic Colors of #505cbc

#505cbc #bc505c #5cbc50

Analogous Colors of #505cbc

#505cbc #7a50bc #5092bc

Monochromatic Colors of #505cbc

#505cbc

Complementary Color

#505cbc #bcb050

#505cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#505cbc Color CSS Codes

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

#505cbc Text Font Color

<p style="color:#505cbc">Text here</p>

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


#505cbc Background Color

<div style="background-color:#505cbc">
Div content here</div>

This div background color is #505cbc


#505cbc Border Color

<div style="border:3px solid #505cbc">
Div here</div>

This div border color is #505cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,92,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #505cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #505cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #505cbc;
  box-shadow:         1px 1px 3px 2px #505cbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505cbc


Comments

No comments written yet.

Please login to write comment.