Color Hex Logo

#505adc Color Hex

#505ADC
(80,90,220)
0 Favorites   0 Comments

Color spaces of #505adc

RGB 8090220
HSL0.650.670.59
HSV236°64°86°
CMYK 0.640.590.00   0.14
XYZ19.882714.185169.4002
Yxy14.18510.19220.1371
Hunter Lab37.663128.3213-82.8870
CIE-Lab44.497236.0487-67.8140

#505adc color RGB value is (80,90,220).

#505adc hex color red value is 80, green value is 90 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #505adc hue: 0.65 , saturation: 0.67 and the lightness value of 505adc is 0.59.

The process color (four color CMYK) of #505adc color hex is 0.64, 0.59, 0.00, 0.14. Web safe color of #505adc is #6666cc. Color #505adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011010 11011100
Octal 120 132 334
Decimal 80 90 220
Hex 50 5A DC

RGB Percentages of Color #505adc

%20.51
%23.08
%56.41

CMYK Percentages of Color #505adc

%64
%59
%0
%14

Triadic Colors of #505adc

#505adc #dc505a #5adc50

Analogous Colors of #505adc

#505adc #8c50dc #50a0dc

Monochromatic Colors of #505adc

#505adc

Complementary Color

#505adc #dcd250

#505adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#505adc Color CSS Codes

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

#505adc Text Font Color

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

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


#505adc Background Color

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

This div background color is #505adc


#505adc Border Color

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

This div border color is #505adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505adc


Comments

No comments written yet.

Please login to write comment.