Color Hex Logo

#514ffb Color Hex

#514FFB
(81,79,251)
0 Favorites   0 Comments

Color spaces of #514ffb

RGB 8179251
HSL0.670.960.65
HSV241°69°98°
CMYK 0.680.690.00   0.02
XYZ23.601914.306392.7842
Yxy14.30630.18060.1095
Hunter Lab37.823745.1922-118.9661
CIE-Lab44.669052.7679-85.0112

#514ffb color RGB value is (81,79,251).

#514ffb hex color red value is 81, green value is 79 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #514ffb hue: 0.67 , saturation: 0.96 and the lightness value of 514ffb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001111 11111011
Octal 121 117 373
Decimal 81 79 251
Hex 51 4F FB

RGB Percentages of Color #514ffb

%19.71
%19.22
%61.07

CMYK Percentages of Color #514ffb

%68
%69
%0
%2

Triadic Colors of #514ffb

#514ffb #fb514f #4ffb51

Analogous Colors of #514ffb

#514ffb #a74ffb #4fa3fb

Monochromatic Colors of #514ffb

#514ffb

Complementary Color

#514ffb #f9fb4f

#514ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#514ffb Color CSS Codes

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

#514ffb Text Font Color

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

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


#514ffb Background Color

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

This div background color is #514ffb


#514ffb Border Color

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

This div border color is #514ffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,79,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 #514ffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514ffb


Comments

No comments written yet.

Please login to write comment.