Color Hex Logo

#501bbe Color Hex

#501BBE
(80,27,190)
0 Favorites   0 Comments

Color spaces of #501bbe

RGB 8027190
HSL0.720.750.43
HSV260°86°75°
CMYK 0.580.860.00   0.25
XYZ12.99456.207049.2284
Yxy6.20700.18990.0907
Hunter Lab24.913949.5023-99.7141
CIE-Lab29.928859.6099-74.3148

#501bbe color RGB value is (80,27,190).

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

The process color (four color CMYK) of #501bbe color hex is 0.58, 0.86, 0.00, 0.25. Web safe color of #501bbe is #6633cc. Color #501bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011011 10111110
Octal 120 33 276
Decimal 80 27 190
Hex 50 1B BE

RGB Percentages of Color #501bbe

%26.94
%9.09
%63.97

CMYK Percentages of Color #501bbe

%58
%86
%0
%25

Triadic Colors of #501bbe

#501bbe #be501b #1bbe50

Analogous Colors of #501bbe

#501bbe #a21bbe #1b38be

Monochromatic Colors of #501bbe

#501bbe

Complementary Color

#501bbe #89be1b

#501bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#501bbe Color CSS Codes

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

#501bbe Text Font Color

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

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


#501bbe Background Color

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

This div background color is #501bbe


#501bbe Border Color

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

This div border color is #501bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501bbe


Comments

No comments written yet.

Please login to write comment.