Color Hex Logo

#505ccd Color Hex

#505CCD
(80,92,205)
0 Favorites   0 Comments

Color spaces of #505ccd

RGB 8092205
HSL0.650.560.56
HSV234°61°80°
CMYK 0.610.550.00   0.20
XYZ18.154913.767559.4581
Yxy13.76750.19870.1507
Hunter Lab37.104622.4052-69.0358
CIE-Lab43.897629.7737-60.2016

#505ccd color RGB value is (80,92,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011100 11001101
Octal 120 134 315
Decimal 80 92 205
Hex 50 5C CD

RGB Percentages of Color #505ccd

%21.22
%24.40
%54.38

CMYK Percentages of Color #505ccd

%61
%55
%0
%20

Triadic Colors of #505ccd

#505ccd #cd505c #5ccd50

Analogous Colors of #505ccd

#505ccd #8350cd #509bcd

Monochromatic Colors of #505ccd

#505ccd

Complementary Color

#505ccd #cdc150

#505ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#505ccd Color CSS Codes

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

#505ccd Text Font Color

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

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


#505ccd Background Color

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

This div background color is #505ccd


#505ccd Border Color

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

This div border color is #505ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505ccd


Comments

No comments written yet.

Please login to write comment.