Color Hex Logo

#501ebb Color Hex

#501EBB
(80,30,187)
0 Favorites   0 Comments

Color spaces of #501ebb

RGB 8030187
HSL0.720.720.43
HSV259°84°73°
CMYK 0.570.840.00   0.27
XYZ12.74226.221947.5431
Yxy6.22190.19160.0936
Hunter Lab24.943747.5330-95.5469
CIE-Lab29.965557.7737-72.4794

#501ebb color RGB value is (80,30,187).

#501ebb hex color red value is 80, green value is 30 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #501ebb hue: 0.72 , saturation: 0.72 and the lightness value of 501ebb is 0.43.

The process color (four color CMYK) of #501ebb color hex is 0.57, 0.84, 0.00, 0.27. Web safe color of #501ebb is #6633cc. Color #501ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011110 10111011
Octal 120 36 273
Decimal 80 30 187
Hex 50 1E BB

RGB Percentages of Color #501ebb

%26.94
%10.10
%62.96

CMYK Percentages of Color #501ebb

%57
%84
%0
%27

Triadic Colors of #501ebb

#501ebb #bb501e #1ebb50

Analogous Colors of #501ebb

#501ebb #9f1ebb #1e3abb

Monochromatic Colors of #501ebb

#501ebb

Complementary Color

#501ebb #89bb1e

#501ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#501ebb Color CSS Codes

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

#501ebb Text Font Color

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

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


#501ebb Background Color

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

This div background color is #501ebb


#501ebb Border Color

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

This div border color is #501ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501ebb


Comments

No comments written yet.

Please login to write comment.