Color Hex Logo

#501bbf Color Hex

#501BBF
(80,27,191)
0 Favorites   0 Comments

Color spaces of #501bbf

RGB 8027191
HSL0.720.750.43
HSV259°86°75°
CMYK 0.580.860.00   0.25
XYZ13.10426.250949.8061
Yxy6.25090.18950.0904
Hunter Lab25.001849.8041-100.6104
CIE-Lab30.036859.8671-74.7267

#501bbf color RGB value is (80,27,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011011 10111111
Octal 120 33 277
Decimal 80 27 191
Hex 50 1B BF

RGB Percentages of Color #501bbf

%26.85
%9.06
%64.09

CMYK Percentages of Color #501bbf

%58
%86
%0
%25

Triadic Colors of #501bbf

#501bbf #bf501b #1bbf50

Analogous Colors of #501bbf

#501bbf #a21bbf #1b38bf

Monochromatic Colors of #501bbf

#501bbf

Complementary Color

#501bbf #8abf1b

#501bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#501bbf Color CSS Codes

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

#501bbf Text Font Color

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

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


#501bbf Background Color

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

This div background color is #501bbf


#501bbf Border Color

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

This div border color is #501bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501bbf


Comments

No comments written yet.

Please login to write comment.