Color Hex Logo

#505cab Color Hex

#505CAB
(80,92,171)
0 Favorites   0 Comments

Color spaces of #505cab

RGB 8092171
HSL0.640.360.49
HSV232°53°67°
CMYK 0.530.460.00   0.33
XYZ14.486112.300040.1387
Yxy12.30000.21650.1838
Hunter Lab35.071412.3539-43.3067
CIE-Lab41.689018.4203-43.9412

#505cab color RGB value is (80,92,171).

#505cab hex color red value is 80, green value is 92 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #505cab hue: 0.64 , saturation: 0.36 and the lightness value of 505cab is 0.49.

The process color (four color CMYK) of #505cab color hex is 0.53, 0.46, 0.00, 0.33. Web safe color of #505cab is #666699. Color #505cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011100 10101011
Octal 120 134 253
Decimal 80 92 171
Hex 50 5C AB

RGB Percentages of Color #505cab

%23.32
%26.82
%49.85

CMYK Percentages of Color #505cab

%53
%46
%0
%33

Triadic Colors of #505cab

#505cab #ab505c #5cab50

Analogous Colors of #505cab

#505cab #7250ab #508aab

Monochromatic Colors of #505cab

#505cab

Complementary Color

#505cab #ab9f50

#505cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#505cab Color CSS Codes

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

#505cab Text Font Color

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

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


#505cab Background Color

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

This div background color is #505cab


#505cab Border Color

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

This div border color is #505cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505cab


Comments

No comments written yet.

Please login to write comment.