Color Hex Logo

#514adf Color Hex

#514ADF
(81,74,223)
0 Favorites   0 Comments

Color spaces of #514adf

RGB 8174223
HSL0.670.700.58
HSV243°67°87°
CMYK 0.640.670.00   0.13
XYZ19.161411.974671.1134
Yxy11.97460.18740.1171
Hunter Lab34.604338.2829-97.6205
CIE-Lab41.175746.7320-74.9455

#514adf color RGB value is (81,74,223).

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

The process color (four color CMYK) of #514adf color hex is 0.64, 0.67, 0.00, 0.13. Web safe color of #514adf is #6633cc. Color #514adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001010 11011111
Octal 121 112 337
Decimal 81 74 223
Hex 51 4A DF

RGB Percentages of Color #514adf

%21.43
%19.58
%58.99

CMYK Percentages of Color #514adf

%64
%67
%0
%13

Triadic Colors of #514adf

#514adf #df514a #4adf51

Analogous Colors of #514adf

#514adf #9c4adf #4a8edf

Monochromatic Colors of #514adf

#514adf

Complementary Color

#514adf #d8df4a

#514adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#514adf Color CSS Codes

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

#514adf Text Font Color

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

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


#514adf Background Color

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

This div background color is #514adf


#514adf Border Color

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

This div border color is #514adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514adf


Comments

No comments written yet.

Please login to write comment.