Color Hex Logo

#500cbb Color Hex

#500CBB
(80,12,187)
0 Favorites   0 Comments

Color spaces of #500cbb

RGB 8012187
HSL0.730.880.39
HSV263°94°73°
CMYK 0.570.940.00   0.27
XYZ12.40945.556347.4321
Yxy5.55630.18980.0850
Hunter Lab23.571852.7208-102.8054
CIE-Lab28.264362.8592-75.2945

#500cbb color RGB value is (80,12,187).

#500cbb hex color red value is 80, green value is 12 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #500cbb hue: 0.73 , saturation: 0.88 and the lightness value of 500cbb is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001100 10111011
Octal 120 14 273
Decimal 80 12 187
Hex 50 C BB

RGB Percentages of Color #500cbb

%28.67
%4.30
%67.03

CMYK Percentages of Color #500cbb

%57
%94
%0
%27

Triadic Colors of #500cbb

#500cbb #bb500c #0cbb50

Analogous Colors of #500cbb

#500cbb #a80cbb #0c20bb

Monochromatic Colors of #500cbb

#500cbb

Complementary Color

#500cbb #77bb0c

#500cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#500cbb Color CSS Codes

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

#500cbb Text Font Color

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

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


#500cbb Background Color

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

This div background color is #500cbb


#500cbb Border Color

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

This div border color is #500cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500cbb


Comments

No comments written yet.

Please login to write comment.