Color Hex Logo

#505cca Color Hex

#505CCA
(80,92,202)
0 Favorites   0 Comments

Color spaces of #505cca

RGB 8092202
HSL0.650.540.55
HSV234°60°79°
CMYK 0.600.540.00   0.21
XYZ17.796113.624057.5689
Yxy13.62400.20000.1531
Hunter Lab36.910721.4681-66.6360
CIE-Lab43.688828.7642-58.8116

#505cca color RGB value is (80,92,202).

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

The process color (four color CMYK) of #505cca color hex is 0.60, 0.54, 0.00, 0.21. Web safe color of #505cca is #6666cc. Color #505cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011100 11001010
Octal 120 134 312
Decimal 80 92 202
Hex 50 5C CA

RGB Percentages of Color #505cca

%21.39
%24.60
%54.01

CMYK Percentages of Color #505cca

%60
%54
%0
%21

Triadic Colors of #505cca

#505cca #ca505c #5cca50

Analogous Colors of #505cca

#505cca #8150ca #5099ca

Monochromatic Colors of #505cca

#505cca

Complementary Color

#505cca #cabe50

#505cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#505cca Color CSS Codes

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

#505cca Text Font Color

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

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


#505cca Background Color

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

This div background color is #505cca


#505cca Border Color

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

This div border color is #505cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505cca


Comments

No comments written yet.

Please login to write comment.