Color Hex Logo

#514bbc Color Hex

#514BBC
(81,75,188)
0 Favorites   0 Comments

Color spaces of #514bbc

RGB 8175188
HSL0.680.460.52
HSV243°60°74°
CMYK 0.570.600.00   0.26
XYZ14.986510.412348.7969
Yxy10.41230.20200.1403
Hunter Lab32.268126.4329-67.0727
CIE-Lab38.572534.8942-58.9621

#514bbc color RGB value is (81,75,188).

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

The process color (four color CMYK) of #514bbc color hex is 0.57, 0.60, 0.00, 0.26. Web safe color of #514bbc is #6633cc. Color #514bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001011 10111100
Octal 121 113 274
Decimal 81 75 188
Hex 51 4B BC

RGB Percentages of Color #514bbc

%23.55
%21.80
%54.65

CMYK Percentages of Color #514bbc

%57
%60
%0
%26

Triadic Colors of #514bbc

#514bbc #bc514b #4bbc51

Analogous Colors of #514bbc

#514bbc #8a4bbc #4b7ebc

Monochromatic Colors of #514bbc

#514bbc

Complementary Color

#514bbc #b6bc4b

#514bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#514bbc Color CSS Codes

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

#514bbc Text Font Color

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

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


#514bbc Background Color

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

This div background color is #514bbc


#514bbc Border Color

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

This div border color is #514bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514bbc


Comments

No comments written yet.

Please login to write comment.