Color Hex Logo

#511bb2 Color Hex

#511BB2
(81,27,178)
0 Favorites   0 Comments

Color spaces of #511bb2

RGB 8127178
HSL0.730.740.40
HSV261°85°70°
CMYK 0.540.850.00   0.30
XYZ11.82125.747542.6058
Yxy5.74750.19640.0955
Hunter Lab23.973946.0613-88.5867
CIE-Lab28.766356.6226-69.1017

#511bb2 color RGB value is (81,27,178).

#511bb2 hex color red value is 81, green value is 27 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #511bb2 hue: 0.73 , saturation: 0.74 and the lightness value of 511bb2 is 0.40.

The process color (four color CMYK) of #511bb2 color hex is 0.54, 0.85, 0.00, 0.30. Web safe color of #511bb2 is #663399. Color #511bb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011011 10110010
Octal 121 33 262
Decimal 81 27 178
Hex 51 1B B2

RGB Percentages of Color #511bb2

%28.32
%9.44
%62.24

CMYK Percentages of Color #511bb2

%54
%85
%0
%30

Triadic Colors of #511bb2

#511bb2 #b2511b #1bb251

Analogous Colors of #511bb2

#511bb2 #9d1bb2 #1b31b2

Monochromatic Colors of #511bb2

#511bb2

Complementary Color

#511bb2 #7cb21b

#511bb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511bb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511bb2 Color CSS Codes

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

#511bb2 Text Font Color

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

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


#511bb2 Background Color

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

This div background color is #511bb2


#511bb2 Border Color

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

This div border color is #511bb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511bb2


Comments

No comments written yet.

Please login to write comment.