Color Hex Logo

#514cbc Color Hex

#514CBC
(81,76,188)
0 Favorites   0 Comments

Color spaces of #514cbc

RGB 8176188
HSL0.670.460.52
HSV243°60°74°
CMYK 0.570.600.00   0.26
XYZ15.054910.549148.8196
Yxy10.54910.20230.1417
Hunter Lab32.479425.8997-66.3830
CIE-Lab38.810434.2789-58.5756

#514cbc color RGB value is (81,76,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001100 10111100
Octal 121 114 274
Decimal 81 76 188
Hex 51 4C BC

RGB Percentages of Color #514cbc

%23.48
%22.03
%54.49

CMYK Percentages of Color #514cbc

%57
%60
%0
%26

Triadic Colors of #514cbc

#514cbc #bc514c #4cbc51

Analogous Colors of #514cbc

#514cbc #894cbc #4c7fbc

Monochromatic Colors of #514cbc

#514cbc

Complementary Color

#514cbc #b7bc4c

#514cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#514cbc Color CSS Codes

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

#514cbc Text Font Color

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

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


#514cbc Background Color

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

This div background color is #514cbc


#514cbc Border Color

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

This div border color is #514cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514cbc


Comments

No comments written yet.

Please login to write comment.