Color Hex Logo

#507aff Color Hex

#507AFF
(80,122,255)
0 Favorites   0 Comments

Color spaces of #507aff

RGB 80122255
HSL0.631.000.66
HSV226°69°100°
CMYK 0.690.520.00   0.00
XYZ28.317822.844597.5247
Yxy22.84450.19050.1536
Hunter Lab47.795922.1136-87.5205
CIE-Lab54.911828.2923-70.5269

#507aff color RGB value is (80,122,255).

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

The process color (four color CMYK) of #507aff color hex is 0.69, 0.52, 0.00, 0.00. Web safe color of #507aff is #6666ff. Color #507aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111010 11111111
Octal 120 172 377
Decimal 80 122 255
Hex 50 7A FF

RGB Percentages of Color #507aff

%17.51
%26.70
%55.80

CMYK Percentages of Color #507aff

%69
%52
%0
%0

Triadic Colors of #507aff

#507aff #ff507a #7aff50

Analogous Colors of #507aff

#507aff #7e50ff #50d2ff

Monochromatic Colors of #507aff

#507aff

Complementary Color

#507aff #ffd550

#507aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#507aff Color CSS Codes

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

#507aff Text Font Color

<p style="color:#507aff">Text here</p>

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


#507aff Background Color

<div style="background-color:#507aff">
Div content here</div>

This div background color is #507aff


#507aff Border Color

<div style="border:3px solid #507aff">
Div here</div>

This div border color is #507aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507aff


Comments

No comments written yet.

Please login to write comment.