Color Hex Logo

#510bbf Color Hex

#510BBF
(81,11,191)
0 Favorites   0 Comments

Color spaces of #510bbf

RGB 8111191
HSL0.730.890.40
HSV263°94°75°
CMYK 0.580.940.00   0.25
XYZ12.91705.750349.7193
Yxy5.75030.18890.0841
Hunter Lab23.979854.1866-106.1451
CIE-Lab28.773564.0764-76.8152

#510bbf color RGB value is (81,11,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001011 10111111
Octal 121 13 277
Decimal 81 11 191
Hex 51 B BF

RGB Percentages of Color #510bbf

%28.62
%3.89
%67.49

CMYK Percentages of Color #510bbf

%58
%94
%0
%25

Triadic Colors of #510bbf

#510bbf #bf510b #0bbf51

Analogous Colors of #510bbf

#510bbf #ab0bbf #0b1fbf

Monochromatic Colors of #510bbf

#510bbf

Complementary Color

#510bbf #79bf0b

#510bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#510bbf Color CSS Codes

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

#510bbf Text Font Color

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

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


#510bbf Background Color

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

This div background color is #510bbf


#510bbf Border Color

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

This div border color is #510bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510bbf


Comments

No comments written yet.

Please login to write comment.