Color Hex Logo

#505ecc Color Hex

#505ECC
(80,94,204)
0 Favorites   0 Comments

Color spaces of #505ecc

RGB 8094204
HSL0.650.550.56
HSV233°61°80°
CMYK 0.610.540.00   0.20
XYZ18.210114.070558.8828
Yxy14.07050.19980.1543
Hunter Lab37.510721.0118-66.8137
CIE-Lab44.333928.1849-58.9205

#505ecc color RGB value is (80,94,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011110 11001100
Octal 120 136 314
Decimal 80 94 204
Hex 50 5E CC

RGB Percentages of Color #505ecc

%21.16
%24.87
%53.97

CMYK Percentages of Color #505ecc

%61
%54
%0
%20

Triadic Colors of #505ecc

#505ecc #cc505e #5ecc50

Analogous Colors of #505ecc

#505ecc #8050cc #509ccc

Monochromatic Colors of #505ecc

#505ecc

Complementary Color

#505ecc #ccbe50

#505ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#505ecc Color CSS Codes

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

#505ecc Text Font Color

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

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


#505ecc Background Color

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

This div background color is #505ecc


#505ecc Border Color

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

This div border color is #505ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505ecc


Comments

No comments written yet.

Please login to write comment.