Color Hex Logo

#514bad Color Hex

#514BAD
(81,75,173)
0 Favorites   0 Comments

Color spaces of #514bad

RGB 8175173
HSL0.680.400.49
HSV244°57°68°
CMYK 0.530.570.00   0.32
XYZ13.45229.798640.7175
Yxy9.79860.21030.1532
Hunter Lab31.302721.9298-55.2105
CIE-Lab37.478530.0575-51.8867

#514bad color RGB value is (81,75,173).

#514bad hex color red value is 81, green value is 75 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #514bad hue: 0.68 , saturation: 0.40 and the lightness value of 514bad is 0.49.

The process color (four color CMYK) of #514bad color hex is 0.53, 0.57, 0.00, 0.32. Web safe color of #514bad is #663399. Color #514bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001011 10101101
Octal 121 113 255
Decimal 81 75 173
Hex 51 4B AD

RGB Percentages of Color #514bad

%24.62
%22.80
%52.58

CMYK Percentages of Color #514bad

%53
%57
%0
%32

Triadic Colors of #514bad

#514bad #ad514b #4bad51

Analogous Colors of #514bad

#514bad #824bad #4b76ad

Monochromatic Colors of #514bad

#514bad

Complementary Color

#514bad #a7ad4b

#514bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#514bad Color CSS Codes

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

#514bad Text Font Color

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

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


#514bad Background Color

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

This div background color is #514bad


#514bad Border Color

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

This div border color is #514bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514bad


Comments

No comments written yet.

Please login to write comment.