Color Hex Logo

#510bbe Color Hex

#510BBE
(81,11,190)
0 Favorites   0 Comments

Color spaces of #510bbe

RGB 8111190
HSL0.730.890.39
HSV263°94°75°
CMYK 0.570.940.00   0.25
XYZ12.80735.706449.1416
Yxy5.70640.18930.0843
Hunter Lab23.888153.8965-105.2474
CIE-Lab28.659363.8390-76.4133

#510bbe color RGB value is (81,11,190).

#510bbe hex color red value is 81, green value is 11 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #510bbe hue: 0.73 , saturation: 0.89 and the lightness value of 510bbe is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001011 10111110
Octal 121 13 276
Decimal 81 11 190
Hex 51 B BE

RGB Percentages of Color #510bbe

%28.72
%3.90
%67.38

CMYK Percentages of Color #510bbe

%57
%94
%0
%25

Triadic Colors of #510bbe

#510bbe #be510b #0bbe51

Analogous Colors of #510bbe

#510bbe #ab0bbe #0b1ebe

Monochromatic Colors of #510bbe

#510bbe

Complementary Color

#510bbe #78be0b

#510bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#510bbe Color CSS Codes

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

#510bbe Text Font Color

<p style="color:#510bbe">Text here</p>

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


#510bbe Background Color

<div style="background-color:#510bbe">
Div content here</div>

This div background color is #510bbe


#510bbe Border Color

<div style="border:3px solid #510bbe">
Div here</div>

This div border color is #510bbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,11,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #510bbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #510bbe;
  -webkit-box-shadow: 1px 1px 3px 2px #510bbe;
  box-shadow:         1px 1px 3px 2px #510bbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510bbe


Comments

No comments written yet.

Please login to write comment.