Color Hex Logo

#502bee Color Hex

#502BEE
(80,43,238)
0 Favorites   0 Comments

Color spaces of #502bee

RGB 8043238
HSL0.700.850.55
HSV251°82°93°
CMYK 0.660.820.00   0.07
XYZ19.60489.606381.7098
Yxy9.60630.17670.0866
Hunter Lab30.994058.6679-134.6109
CIE-Lab37.126466.4303-90.1502

#502bee color RGB value is (80,43,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101011 11101110
Octal 120 53 356
Decimal 80 43 238
Hex 50 2B EE

RGB Percentages of Color #502bee

%22.16
%11.91
%65.93

CMYK Percentages of Color #502bee

%66
%82
%0
%7

Triadic Colors of #502bee

#502bee #ee502b #2bee50

Analogous Colors of #502bee

#502bee #b22bee #2b68ee

Monochromatic Colors of #502bee

#502bee

Complementary Color

#502bee #c9ee2b

#502bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#502bee Color CSS Codes

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

#502bee Text Font Color

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

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


#502bee Background Color

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

This div background color is #502bee


#502bee Border Color

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

This div border color is #502bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502bee


Comments

No comments written yet.

Please login to write comment.