Color Hex Logo

#511bbd Color Hex

#511BBD
(81,27,189)
0 Favorites   0 Comments

Color spaces of #511bbd

RGB 8127189
HSL0.720.750.42
HSV260°86°74°
CMYK 0.570.860.00   0.26
XYZ12.97066.207348.6586
Yxy6.20730.19120.0915
Hunter Lab24.914549.3278-98.3549
CIE-Lab29.929659.4487-73.7190

#511bbd color RGB value is (81,27,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011011 10111101
Octal 121 33 275
Decimal 81 27 189
Hex 51 1B BD

RGB Percentages of Color #511bbd

%27.27
%9.09
%63.64

CMYK Percentages of Color #511bbd

%57
%86
%0
%26

Triadic Colors of #511bbd

#511bbd #bd511b #1bbd51

Analogous Colors of #511bbd

#511bbd #a21bbd #1b36bd

Monochromatic Colors of #511bbd

#511bbd

Complementary Color

#511bbd #87bd1b

#511bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#511bbd Color CSS Codes

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

#511bbd Text Font Color

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

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


#511bbd Background Color

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

This div background color is #511bbd


#511bbd Border Color

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

This div border color is #511bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,27,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511bbd


Comments

No comments written yet.

Please login to write comment.