Color Hex Logo

#519ce1 Color Hex

#519CE1
(81,156,225)
0 Favorites   0 Comments

Color spaces of #519ce1

RGB 81156225
HSL0.580.710.60
HSV209°64°88°
CMYK 0.640.310.00   0.12
XYZ28.872430.962575.6888
Yxy30.96250.21300.2285
Hunter Lab55.6440-4.7573-41.6975
CIE-Lab62.4760-2.1458-41.8654

#519ce1 color RGB value is (81,156,225).

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

The process color (four color CMYK) of #519ce1 color hex is 0.64, 0.31, 0.00, 0.12. Web safe color of #519ce1 is #6699cc. Color #519ce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011100 11100001
Octal 121 234 341
Decimal 81 156 225
Hex 51 9C E1

RGB Percentages of Color #519ce1

%17.53
%33.77
%48.70

CMYK Percentages of Color #519ce1

%64
%31
%0
%12

Triadic Colors of #519ce1

#519ce1 #e1519c #9ce151

Analogous Colors of #519ce1

#519ce1 #5154e1 #51e1de

Monochromatic Colors of #519ce1

#519ce1

Complementary Color

#519ce1 #e19651

#519ce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519ce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519ce1 Color CSS Codes

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

#519ce1 Text Font Color

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

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


#519ce1 Background Color

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

This div background color is #519ce1


#519ce1 Border Color

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

This div border color is #519ce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519ce1


Comments

No comments written yet.

Please login to write comment.