Color Hex Logo

#511bbb Color Hex

#511BBB
(81,27,187)
0 Favorites   0 Comments

Color spaces of #511bbb

RGB 8127187
HSL0.720.750.42
HSV260°86°73°
CMYK 0.570.860.00   0.27
XYZ12.75496.121147.5229
Yxy6.12110.19210.0922
Hunter Lab24.740948.7274-96.5672
CIE-Lab29.716058.9345-72.8882

#511bbb color RGB value is (81,27,187).

#511bbb hex color red value is 81, green value is 27 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #511bbb hue: 0.72 , saturation: 0.75 and the lightness value of 511bbb is 0.42.

The process color (four color CMYK) of #511bbb color hex is 0.57, 0.86, 0.00, 0.27. Web safe color of #511bbb is #6633cc. Color #511bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011011 10111011
Octal 121 33 273
Decimal 81 27 187
Hex 51 1B BB

RGB Percentages of Color #511bbb

%27.46
%9.15
%63.39

CMYK Percentages of Color #511bbb

%57
%86
%0
%27

Triadic Colors of #511bbb

#511bbb #bb511b #1bbb51

Analogous Colors of #511bbb

#511bbb #a11bbb #1b35bb

Monochromatic Colors of #511bbb

#511bbb

Complementary Color

#511bbb #85bb1b

#511bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#511bbb Color CSS Codes

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

#511bbb Text Font Color

<p style="color:#511bbb">Text here</p>

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


#511bbb Background Color

<div style="background-color:#511bbb">
Div content here</div>

This div background color is #511bbb


#511bbb Border Color

<div style="border:3px solid #511bbb">
Div here</div>

This div border color is #511bbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,27,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #511bbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #511bbb;
  -webkit-box-shadow: 1px 1px 3px 2px #511bbb;
  box-shadow:         1px 1px 3px 2px #511bbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,27,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 #511bbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511bbb


Comments

No comments written yet.

Please login to write comment.