Color Hex Logo

#508aea Color Hex

#508AEA
(80,138,234)
0 Favorites   0 Comments

Color spaces of #508aea

RGB 80138234
HSL0.600.790.62
HSV217°66°92°
CMYK 0.660.410.00   0.08
XYZ27.248025.822981.3901
Yxy25.82290.20260.1920
Hunter Lab50.81626.7845-59.3908
CIE-Lab57.868611.2882-54.1504

#508aea color RGB value is (80,138,234).

#508aea hex color red value is 80, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #508aea hue: 0.60 , saturation: 0.79 and the lightness value of 508aea is 0.62.

The process color (four color CMYK) of #508aea color hex is 0.66, 0.41, 0.00, 0.08. Web safe color of #508aea is #6699ff. Color #508aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001010 11101010
Octal 120 212 352
Decimal 80 138 234
Hex 50 8A EA

RGB Percentages of Color #508aea

%17.70
%30.53
%51.77

CMYK Percentages of Color #508aea

%66
%41
%0
%8

Triadic Colors of #508aea

#508aea #ea508a #8aea50

Analogous Colors of #508aea

#508aea #6350ea #50d7ea

Monochromatic Colors of #508aea

#508aea

Complementary Color

#508aea #eab050

#508aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#508aea Color CSS Codes

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

#508aea Text Font Color

<p style="color:#508aea">Text here</p>

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


#508aea Background Color

<div style="background-color:#508aea">
Div content here</div>

This div background color is #508aea


#508aea Border Color

<div style="border:3px solid #508aea">
Div here</div>

This div border color is #508aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,138,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #508aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #508aea;
  -webkit-box-shadow: 1px 1px 3px 2px #508aea;
  box-shadow:         1px 1px 3px 2px #508aea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508aea


Comments

No comments written yet.

Please login to write comment.