Color Hex Logo

#519fca Color Hex

#519FCA
(81,159,202)
0 Favorites   0 Comments

Color spaces of #519fca

RGB 81159202
HSL0.560.530.55
HSV201°60°79°
CMYK 0.600.210.00   0.21
XYZ26.452130.809960.4298
Yxy30.80990.22480.2618
Hunter Lab55.5067-12.0712-25.6940
CIE-Lab62.3468-11.2564-29.2783

#519fca color RGB value is (81,159,202).

#519fca hex color red value is 81, green value is 159 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #519fca hue: 0.56 , saturation: 0.53 and the lightness value of 519fca is 0.55.

The process color (four color CMYK) of #519fca color hex is 0.60, 0.21, 0.00, 0.21. Web safe color of #519fca is #6699cc. Color #519fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011111 11001010
Octal 121 237 312
Decimal 81 159 202
Hex 51 9F CA

RGB Percentages of Color #519fca

%18.33
%35.97
%45.70

CMYK Percentages of Color #519fca

%60
%21
%0
%21

Triadic Colors of #519fca

#519fca #ca519f #9fca51

Analogous Colors of #519fca

#519fca #5163ca #51cab9

Monochromatic Colors of #519fca

#519fca

Complementary Color

#519fca #ca7c51

#519fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#519fca Color CSS Codes

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

#519fca Text Font Color

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

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


#519fca Background Color

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

This div background color is #519fca


#519fca Border Color

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

This div border color is #519fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519fca


Comments

No comments written yet.

Please login to write comment.