Color Hex Logo

#514bd8 Color Hex

#514BD8
(81,75,216)
0 Favorites   0 Comments

Color spaces of #514bd8

RGB 8175216
HSL0.670.640.57
HSV243°65°85°
CMYK 0.630.650.00   0.15
XYZ18.304111.739466.2669
Yxy11.73940.19010.1219
Hunter Lab34.262835.3995-90.6874
CIE-Lab40.798943.9169-71.5601

#514bd8 color RGB value is (81,75,216).

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

The process color (four color CMYK) of #514bd8 color hex is 0.63, 0.65, 0.00, 0.15. Web safe color of #514bd8 is #6633cc. Color #514bd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001011 11011000
Octal 121 113 330
Decimal 81 75 216
Hex 51 4B D8

RGB Percentages of Color #514bd8

%21.77
%20.16
%58.06

CMYK Percentages of Color #514bd8

%63
%65
%0
%15

Triadic Colors of #514bd8

#514bd8 #d8514b #4bd851

Analogous Colors of #514bd8

#514bd8 #984bd8 #4b8cd8

Monochromatic Colors of #514bd8

#514bd8

Complementary Color

#514bd8 #d2d84b

#514bd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514bd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514bd8 Color CSS Codes

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

#514bd8 Text Font Color

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

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


#514bd8 Background Color

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

This div background color is #514bd8


#514bd8 Border Color

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

This div border color is #514bd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514bd8


Comments

No comments written yet.

Please login to write comment.