Color Hex Logo

#505ecd Color Hex

#505ECD
(80,94,205)
0 Favorites   0 Comments

Color spaces of #505ecd

RGB 8094205
HSL0.650.560.56
HSV233°61°80°
CMYK 0.610.540.00   0.20
XYZ18.330414.118759.5167
Yxy14.11870.19930.1535
Hunter Lab37.574921.3229-67.6100
CIE-Lab44.402728.5216-59.3845

#505ecd color RGB value is (80,94,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011110 11001101
Octal 120 136 315
Decimal 80 94 205
Hex 50 5E CD

RGB Percentages of Color #505ecd

%21.11
%24.80
%54.09

CMYK Percentages of Color #505ecd

%61
%54
%0
%20

Triadic Colors of #505ecd

#505ecd #cd505e #5ecd50

Analogous Colors of #505ecd

#505ecd #8150cd #509dcd

Monochromatic Colors of #505ecd

#505ecd

Complementary Color

#505ecd #cdbf50

#505ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#505ecd Color CSS Codes

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

#505ecd Text Font Color

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

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


#505ecd Background Color

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

This div background color is #505ecd


#505ecd Border Color

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

This div border color is #505ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505ecd


Comments

No comments written yet.

Please login to write comment.