Color Hex Logo

#5001be Color Hex

#5001BE
(80,1,190)
0 Favorites   0 Comments

Color spaces of #5001be

RGB 801190
HSL0.740.990.37
HSV265°99°75°
CMYK 0.580.990.00   0.25
XYZ12.61345.444949.1014
Yxy5.44490.18780.0811
Hunter Lab23.334355.6534-108.4274
CIE-Lab27.966465.5254-77.5661

#5001be color RGB value is (80,1,190).

#5001be hex color red value is 80, green value is 1 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5001be hue: 0.74 , saturation: 0.99 and the lightness value of 5001be is 0.37.

The process color (four color CMYK) of #5001be color hex is 0.58, 0.99, 0.00, 0.25. Web safe color of #5001be is #6600cc. Color #5001be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000001 10111110
Octal 120 1 276
Decimal 80 1 190
Hex 50 1 BE

RGB Percentages of Color #5001be

%29.52
%0.37
%70.11

CMYK Percentages of Color #5001be

%58
%99
%0
%25

Triadic Colors of #5001be

#5001be #be5001 #01be50

Analogous Colors of #5001be

#5001be #af01be #0111be

Monochromatic Colors of #5001be

#5001be

Complementary Color

#5001be #6fbe01

#5001be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5001be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5001be Color CSS Codes

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

#5001be Text Font Color

<p style="color:#5001be">Text here</p>

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


#5001be Background Color

<div style="background-color:#5001be">
Div content here</div>

This div background color is #5001be


#5001be Border Color

<div style="border:3px solid #5001be">
Div here</div>

This div border color is #5001be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5001be


Comments

No comments written yet.

Please login to write comment.