Color Hex Logo

#510ffb Color Hex

#510FFB
(81,15,251)
0 Favorites   0 Comments

Color spaces of #510ffb

RGB 8115251
HSL0.710.970.52
HSV257°94°98°
CMYK 0.680.940.00   0.02
XYZ20.97679.056091.9092
Yxy9.05600.17200.0743
Hunter Lab30.093271.7618-160.0155
CIE-Lab36.091977.6255-99.2014

#510ffb color RGB value is (81,15,251).

#510ffb hex color red value is 81, green value is 15 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #510ffb hue: 0.71 , saturation: 0.97 and the lightness value of 510ffb is 0.52.

The process color (four color CMYK) of #510ffb color hex is 0.68, 0.94, 0.00, 0.02. Web safe color of #510ffb is #6600ff. Color #510ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001111 11111011
Octal 121 17 373
Decimal 81 15 251
Hex 51 F FB

RGB Percentages of Color #510ffb

%23.34
%4.32
%72.33

CMYK Percentages of Color #510ffb

%68
%94
%0
%2

Triadic Colors of #510ffb

#510ffb #fb510f #0ffb51

Analogous Colors of #510ffb

#510ffb #c70ffb #0f43fb

Monochromatic Colors of #510ffb

#510ffb

Complementary Color

#510ffb #b9fb0f

#510ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#510ffb Color CSS Codes

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

#510ffb Text Font Color

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

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


#510ffb Background Color

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

This div background color is #510ffb


#510ffb Border Color

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

This div border color is #510ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.