Color Hex Logo

#519cea Color Hex

#519CEA
(81,156,234)
0 Favorites   0 Comments

Color spaces of #519cea

RGB 81156234
HSL0.580.780.62
HSV211°65°92°
CMYK 0.650.330.00   0.08
XYZ30.133131.466882.3274
Yxy31.46680.20940.2186
Hunter Lab56.0953-2.2806-47.7494
CIE-Lab62.89970.8501-46.1701

#519cea color RGB value is (81,156,234).

#519cea hex color red value is 81, green value is 156 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #519cea hue: 0.58 , saturation: 0.78 and the lightness value of 519cea is 0.62.

The process color (four color CMYK) of #519cea color hex is 0.65, 0.33, 0.00, 0.08. Web safe color of #519cea is #6699ff. Color #519cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011100 11101010
Octal 121 234 352
Decimal 81 156 234
Hex 51 9C EA

RGB Percentages of Color #519cea

%17.20
%33.12
%49.68

CMYK Percentages of Color #519cea

%65
%33
%0
%8

Triadic Colors of #519cea

#519cea #ea519c #9cea51

Analogous Colors of #519cea

#519cea #5351ea #51e9ea

Monochromatic Colors of #519cea

#519cea

Complementary Color

#519cea #ea9f51

#519cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#519cea Color CSS Codes

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

#519cea Text Font Color

<p style="color:#519cea">Text here</p>

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


#519cea Background Color

<div style="background-color:#519cea">
Div content here</div>

This div background color is #519cea


#519cea Border Color

<div style="border:3px solid #519cea">
Div here</div>

This div border color is #519cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,156,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #519cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #519cea;
  -webkit-box-shadow: 1px 1px 3px 2px #519cea;
  box-shadow:         1px 1px 3px 2px #519cea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519cea


Comments

No comments written yet.

Please login to write comment.