Color Hex Logo

#502def Color Hex

#502DEF
(80,45,239)
0 Favorites   0 Comments

Color spaces of #502def

RGB 8045239
HSL0.700.860.56
HSV251°81°94°
CMYK 0.670.810.00   0.06
XYZ19.82669.814282.5107
Yxy9.81420.17680.0875
Hunter Lab31.327658.1456-134.2287
CIE-Lab37.506965.9001-90.0860

#502def color RGB value is (80,45,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101101 11101111
Octal 120 55 357
Decimal 80 45 239
Hex 50 2D EF

RGB Percentages of Color #502def

%21.98
%12.36
%65.66

CMYK Percentages of Color #502def

%67
%81
%0
%6

Triadic Colors of #502def

#502def #ef502d #2def50

Analogous Colors of #502def

#502def #b12def #2d6bef

Monochromatic Colors of #502def

#502def

Complementary Color

#502def #ccef2d

#502def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502def Color Preview on White Background

Lorem ipsum dolor sit amet.

#502def Color CSS Codes

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

#502def Text Font Color

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

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


#502def Background Color

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

This div background color is #502def


#502def Border Color

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

This div border color is #502def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502def


Comments

No comments written yet.

Please login to write comment.