Color Hex Logo

#502aef Color Hex

#502AEF
(80,42,239)
0 Favorites   0 Comments

Color spaces of #502aef

RGB 8042239
HSL0.700.860.55
HSV252°82°94°
CMYK 0.670.820.00   0.06
XYZ19.71629.593482.4739
Yxy9.59340.17640.0858
Hunter Lab30.973259.4222-136.1931
CIE-Lab37.102667.0914-90.7559

#502aef color RGB value is (80,42,239).

#502aef hex color red value is 80, green value is 42 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #502aef hue: 0.70 , saturation: 0.86 and the lightness value of 502aef is 0.55.

The process color (four color CMYK) of #502aef color hex is 0.67, 0.82, 0.00, 0.06. Web safe color of #502aef is #6633ff. Color #502aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101010 11101111
Octal 120 52 357
Decimal 80 42 239
Hex 50 2A EF

RGB Percentages of Color #502aef

%22.16
%11.63
%66.20

CMYK Percentages of Color #502aef

%67
%82
%0
%6

Triadic Colors of #502aef

#502aef #ef502a #2aef50

Analogous Colors of #502aef

#502aef #b32aef #2a67ef

Monochromatic Colors of #502aef

#502aef

Complementary Color

#502aef #c9ef2a

#502aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#502aef Color CSS Codes

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

#502aef Text Font Color

<p style="color:#502aef">Text here</p>

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


#502aef Background Color

<div style="background-color:#502aef">
Div content here</div>

This div background color is #502aef


#502aef Border Color

<div style="border:3px solid #502aef">
Div here</div>

This div border color is #502aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502aef


Comments

No comments written yet.

Please login to write comment.