Color Hex Logo

#500fbc Color Hex

#500FBC
(80,15,188)
0 Favorites   0 Comments

Color spaces of #500fbc

RGB 8015188
HSL0.730.850.40
HSV263°92°74°
CMYK 0.570.920.00   0.26
XYZ12.55625.678048.0111
Yxy5.67800.18950.0857
Hunter Lab23.828652.3587-102.7808
CIE-Lab28.585162.4726-75.3557

#500fbc color RGB value is (80,15,188).

#500fbc hex color red value is 80, green value is 15 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #500fbc hue: 0.73 , saturation: 0.85 and the lightness value of 500fbc is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001111 10111100
Octal 120 17 274
Decimal 80 15 188
Hex 50 F BC

RGB Percentages of Color #500fbc

%28.27
%5.30
%66.43

CMYK Percentages of Color #500fbc

%57
%92
%0
%26

Triadic Colors of #500fbc

#500fbc #bc500f #0fbc50

Analogous Colors of #500fbc

#500fbc #a70fbc #0f25bc

Monochromatic Colors of #500fbc

#500fbc

Complementary Color

#500fbc #7bbc0f

#500fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#500fbc Color CSS Codes

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

#500fbc Text Font Color

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

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


#500fbc Background Color

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

This div background color is #500fbc


#500fbc Border Color

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

This div border color is #500fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500fbc


Comments

No comments written yet.

Please login to write comment.