Color Hex Logo

#505dff Color Hex

#505DFF
(80,93,255)
0 Favorites   0 Comments

Color spaces of #505dff

RGB 8093255
HSL0.651.000.66
HSV236°69°100°
CMYK 0.690.640.00   0.00
XYZ25.272616.754296.5096
Yxy16.75420.18240.1209
Hunter Lab40.931938.5805-111.1422
CIE-Lab47.948845.8779-81.8609

#505dff color RGB value is (80,93,255).

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

The process color (four color CMYK) of #505dff color hex is 0.69, 0.64, 0.00, 0.00. Web safe color of #505dff is #6666ff. Color #505dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011101 11111111
Octal 120 135 377
Decimal 80 93 255
Hex 50 5D FF

RGB Percentages of Color #505dff

%18.69
%21.73
%59.58

CMYK Percentages of Color #505dff

%69
%64
%0
%0

Triadic Colors of #505dff

#505dff #ff505d #5dff50

Analogous Colors of #505dff

#505dff #9b50ff #50b5ff

Monochromatic Colors of #505dff

#505dff

Complementary Color

#505dff #fff250

#505dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#505dff Color CSS Codes

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

#505dff Text Font Color

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

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


#505dff Background Color

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

This div background color is #505dff


#505dff Border Color

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

This div border color is #505dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505dff

Related Colors


Comments

No comments written yet.

Please login to write comment.