Color Hex Logo

#505def Color Hex

#505DEF
(80,93,239)
0 Favorites   0 Comments

Color spaces of #505def

RGB 8093239
HSL0.650.830.63
HSV235°67°94°
CMYK 0.670.610.00   0.06
XYZ22.802615.766283.5027
Yxy15.76620.18680.1292
Hunter Lab39.706733.0216-96.8915
CIE-Lab46.666240.5707-75.0218

#505def color RGB value is (80,93,239).

#505def hex color red value is 80, green value is 93 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #505def hue: 0.65 , saturation: 0.83 and the lightness value of 505def is 0.63.

The process color (four color CMYK) of #505def color hex is 0.67, 0.61, 0.00, 0.06. Web safe color of #505def is #6666ff. Color #505def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011101 11101111
Octal 120 135 357
Decimal 80 93 239
Hex 50 5D EF

RGB Percentages of Color #505def

%19.42
%22.57
%58.01

CMYK Percentages of Color #505def

%67
%61
%0
%6

Triadic Colors of #505def

#505def #ef505d #5def50

Analogous Colors of #505def

#505def #9350ef #50adef

Monochromatic Colors of #505def

#505def

Complementary Color

#505def #efe250

#505def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505def Color Preview on White Background

Lorem ipsum dolor sit amet.

#505def Color CSS Codes

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

#505def Text Font Color

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

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


#505def Background Color

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

This div background color is #505def


#505def Border Color

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

This div border color is #505def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505def


Comments

No comments written yet.

Please login to write comment.