Color Hex Logo

#505acd Color Hex

#505ACD
(80,90,205)
0 Favorites   0 Comments

Color spaces of #505acd

RGB 8090205
HSL0.650.560.56
HSV235°61°80°
CMYK 0.610.560.00   0.20
XYZ17.983913.425659.4011
Yxy13.42560.19800.1478
Hunter Lab36.641023.4886-70.4703
CIE-Lab43.397631.0219-61.0114

#505acd color RGB value is (80,90,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011010 11001101
Octal 120 132 315
Decimal 80 90 205
Hex 50 5A CD

RGB Percentages of Color #505acd

%21.33
%24.00
%54.67

CMYK Percentages of Color #505acd

%61
%56
%0
%20

Triadic Colors of #505acd

#505acd #cd505a #5acd50

Analogous Colors of #505acd

#505acd #8550cd #5099cd

Monochromatic Colors of #505acd

#505acd

Complementary Color

#505acd #cdc350

#505acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#505acd Color CSS Codes

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

#505acd Text Font Color

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

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


#505acd Background Color

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

This div background color is #505acd


#505acd Border Color

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

This div border color is #505acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505acd


Comments

No comments written yet.

Please login to write comment.