Color Hex Logo

#501fee Color Hex

#501FEE
(80,31,238)
0 Favorites   0 Comments

Color spaces of #501fee

RGB 8031238
HSL0.710.860.53
HSV254°87°93°
CMYK 0.660.870.00   0.07
XYZ19.23098.858581.5852
Yxy8.85850.17530.0808
Hunter Lab29.763263.2484-141.6880
CIE-Lab35.710470.6434-92.4990

#501fee color RGB value is (80,31,238).

#501fee hex color red value is 80, green value is 31 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #501fee hue: 0.71 , saturation: 0.86 and the lightness value of 501fee is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011111 11101110
Octal 120 37 356
Decimal 80 31 238
Hex 50 1F EE

RGB Percentages of Color #501fee

%22.92
%8.88
%68.19

CMYK Percentages of Color #501fee

%66
%87
%0
%7

Triadic Colors of #501fee

#501fee #ee501f #1fee50

Analogous Colors of #501fee

#501fee #b81fee #1f56ee

Monochromatic Colors of #501fee

#501fee

Complementary Color

#501fee #bdee1f

#501fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#501fee Color CSS Codes

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

#501fee Text Font Color

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

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


#501fee Background Color

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

This div background color is #501fee


#501fee Border Color

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

This div border color is #501fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501fee


Comments

No comments written yet.

Please login to write comment.