Color Hex Logo

#507aec Color Hex

#507AEC
(80,122,236)
0 Favorites   0 Comments

Color spaces of #507aec

RGB 80122236
HSL0.620.800.62
HSV224°66°93°
CMYK 0.660.480.00   0.07
XYZ25.408121.680782.2025
Yxy21.68070.19650.1677
Hunter Lab46.562515.9189-72.0781
CIE-Lab53.686621.7198-61.9626

#507aec color RGB value is (80,122,236).

#507aec hex color red value is 80, green value is 122 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #507aec hue: 0.62 , saturation: 0.80 and the lightness value of 507aec is 0.62.

The process color (four color CMYK) of #507aec color hex is 0.66, 0.48, 0.00, 0.07. Web safe color of #507aec is #6666ff. Color #507aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111010 11101100
Octal 120 172 354
Decimal 80 122 236
Hex 50 7A EC

RGB Percentages of Color #507aec

%18.26
%27.85
%53.88

CMYK Percentages of Color #507aec

%66
%48
%0
%7

Triadic Colors of #507aec

#507aec #ec507a #7aec50

Analogous Colors of #507aec

#507aec #7450ec #50c8ec

Monochromatic Colors of #507aec

#507aec

Complementary Color

#507aec #ecc250

#507aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#507aec Color CSS Codes

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

#507aec Text Font Color

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

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


#507aec Background Color

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

This div background color is #507aec


#507aec Border Color

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

This div border color is #507aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507aec

#507aec Color Palettes


Comments

No comments written yet.

Please login to write comment.