Color Hex Logo

#502fee Color Hex

#502FEE
(80,47,238)
0 Favorites   0 Comments

Color spaces of #502fee

RGB 8047238
HSL0.700.850.56
HSV250°80°93°
CMYK 0.660.800.00   0.07
XYZ19.75749.911681.7607
Yxy9.91160.17730.0889
Hunter Lab31.482756.9254-131.9385
CIE-Lab37.683364.7942-89.2276

#502fee color RGB value is (80,47,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101111 11101110
Octal 120 57 356
Decimal 80 47 238
Hex 50 2F EE

RGB Percentages of Color #502fee

%21.92
%12.88
%65.21

CMYK Percentages of Color #502fee

%66
%80
%0
%7

Triadic Colors of #502fee

#502fee #ee502f #2fee50

Analogous Colors of #502fee

#502fee #b02fee #2f6eee

Monochromatic Colors of #502fee

#502fee

Complementary Color

#502fee #cdee2f

#502fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#502fee Color CSS Codes

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

#502fee Text Font Color

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

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


#502fee Background Color

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

This div background color is #502fee


#502fee Border Color

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

This div border color is #502fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502fee


Comments

No comments written yet.

Please login to write comment.