Color Hex Logo

#514afd Color Hex

#514AFD
(81,74,253)
0 Favorites   0 Comments

Color spaces of #514afd

RGB 8174253
HSL0.670.980.64
HSV242°71°99°
CMYK 0.680.710.00   0.01
XYZ23.571713.738794.3380
Yxy13.73870.17910.1044
Hunter Lab37.065848.6507-124.9561
CIE-Lab43.855856.1389-87.4658

#514afd color RGB value is (81,74,253).

#514afd hex color red value is 81, green value is 74 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #514afd hue: 0.67 , saturation: 0.98 and the lightness value of 514afd is 0.64.

The process color (four color CMYK) of #514afd color hex is 0.68, 0.71, 0.00, 0.01. Web safe color of #514afd is #6633ff. Color #514afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001010 11111101
Octal 121 112 375
Decimal 81 74 253
Hex 51 4A FD

RGB Percentages of Color #514afd

%19.85
%18.14
%62.01

CMYK Percentages of Color #514afd

%68
%71
%0
%1

Triadic Colors of #514afd

#514afd #fd514a #4afd51

Analogous Colors of #514afd

#514afd #ab4afd #4a9dfd

Monochromatic Colors of #514afd

#514afd

Complementary Color

#514afd #f6fd4a

#514afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#514afd Color CSS Codes

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

#514afd Text Font Color

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

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


#514afd Background Color

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

This div background color is #514afd


#514afd Border Color

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

This div border color is #514afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514afd


Comments

No comments written yet.

Please login to write comment.