Color Hex Logo

#505ccb Color Hex

#505CCB
(80,92,203)
0 Favorites   0 Comments

Color spaces of #505ccb

RGB 8092203
HSL0.650.540.55
HSV234°61°80°
CMYK 0.610.550.00   0.20
XYZ17.914913.671658.1946
Yxy13.67160.19950.1523
Hunter Lab36.975121.7790-67.4331
CIE-Lab43.758229.1000-59.2757

#505ccb color RGB value is (80,92,203).

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

The process color (four color CMYK) of #505ccb color hex is 0.61, 0.55, 0.00, 0.20. Web safe color of #505ccb is #6666cc. Color #505ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011100 11001011
Octal 120 134 313
Decimal 80 92 203
Hex 50 5C CB

RGB Percentages of Color #505ccb

%21.33
%24.53
%54.13

CMYK Percentages of Color #505ccb

%61
%55
%0
%20

Triadic Colors of #505ccb

#505ccb #cb505c #5ccb50

Analogous Colors of #505ccb

#505ccb #8250cb #509acb

Monochromatic Colors of #505ccb

#505ccb

Complementary Color

#505ccb #cbbf50

#505ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#505ccb Color CSS Codes

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

#505ccb Text Font Color

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

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


#505ccb Background Color

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

This div background color is #505ccb


#505ccb Border Color

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

This div border color is #505ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505ccb


Comments

No comments written yet.

Please login to write comment.