Color Hex Logo

#514bdf Color Hex

#514BDF
(81,75,223)
0 Favorites   0 Comments

Color spaces of #514bdf

RGB 8175223
HSL0.670.700.58
HSV242°66°87°
CMYK 0.640.660.00   0.13
XYZ19.228712.109271.1359
Yxy12.10920.18760.1182
Hunter Lab34.798337.7379-96.8440
CIE-Lab41.389246.1549-74.5958

#514bdf color RGB value is (81,75,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001011 11011111
Octal 121 113 337
Decimal 81 75 223
Hex 51 4B DF

RGB Percentages of Color #514bdf

%21.37
%19.79
%58.84

CMYK Percentages of Color #514bdf

%64
%66
%0
%13

Triadic Colors of #514bdf

#514bdf #df514b #4bdf51

Analogous Colors of #514bdf

#514bdf #9b4bdf #4b8fdf

Monochromatic Colors of #514bdf

#514bdf

Complementary Color

#514bdf #d9df4b

#514bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#514bdf Color CSS Codes

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

#514bdf Text Font Color

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

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


#514bdf Background Color

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

This div background color is #514bdf


#514bdf Border Color

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

This div border color is #514bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514bdf


Comments

No comments written yet.

Please login to write comment.