Color Hex Logo

#502cef Color Hex

#502CEF
(80,44,239)
0 Favorites   0 Comments

Color spaces of #502cef

RGB 8044239
HSL0.700.860.55
HSV251°82°94°
CMYK 0.670.820.00   0.06
XYZ19.78899.738882.4981
Yxy9.73880.17660.0869
Hunter Lab31.207158.5774-134.8925
CIE-Lab37.369566.3041-90.3135

#502cef color RGB value is (80,44,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101100 11101111
Octal 120 54 357
Decimal 80 44 239
Hex 50 2C EF

RGB Percentages of Color #502cef

%22.04
%12.12
%65.84

CMYK Percentages of Color #502cef

%67
%82
%0
%6

Triadic Colors of #502cef

#502cef #ef502c #2cef50

Analogous Colors of #502cef

#502cef #b22cef #2c6aef

Monochromatic Colors of #502cef

#502cef

Complementary Color

#502cef #cbef2c

#502cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#502cef Color CSS Codes

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

#502cef Text Font Color

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

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


#502cef Background Color

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

This div background color is #502cef


#502cef Border Color

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

This div border color is #502cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502cef


Comments

No comments written yet.

Please login to write comment.