Color Hex Logo

#501fbc Color Hex

#501FBC
(80,31,188)
0 Favorites   0 Comments

Color spaces of #501fbc

RGB 8031188
HSL0.720.720.43
HSV259°84°74°
CMYK 0.570.840.00   0.26
XYZ12.87546.316348.1175
Yxy6.31630.19130.0938
Hunter Lab25.132347.4652-95.9224
CIE-Lab30.196857.6653-72.6892

#501fbc color RGB value is (80,31,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011111 10111100
Octal 120 37 274
Decimal 80 31 188
Hex 50 1F BC

RGB Percentages of Color #501fbc

%26.76
%10.37
%62.88

CMYK Percentages of Color #501fbc

%57
%84
%0
%26

Triadic Colors of #501fbc

#501fbc #bc501f #1fbc50

Analogous Colors of #501fbc

#501fbc #9f1fbc #1f3cbc

Monochromatic Colors of #501fbc

#501fbc

Complementary Color

#501fbc #8bbc1f

#501fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#501fbc Color CSS Codes

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

#501fbc Text Font Color

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

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


#501fbc Background Color

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

This div background color is #501fbc


#501fbc Border Color

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

This div border color is #501fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501fbc


Comments

No comments written yet.

Please login to write comment.