Color Hex Logo

#519ece Color Hex

#519ECE
(81,158,206)
0 Favorites   0 Comments

Color spaces of #519ece

RGB 81158206
HSL0.560.560.56
HSV203°61°81°
CMYK 0.610.230.00   0.19
XYZ26.760830.659362.8999
Yxy30.65930.22240.2548
Hunter Lab55.3708-10.6297-28.5924
CIE-Lab62.2190-9.4403-31.7084

#519ece color RGB value is (81,158,206).

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

The process color (four color CMYK) of #519ece color hex is 0.61, 0.23, 0.00, 0.19. Web safe color of #519ece is #6699cc. Color #519ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011110 11001110
Octal 121 236 316
Decimal 81 158 206
Hex 51 9E CE

RGB Percentages of Color #519ece

%18.20
%35.51
%46.29

CMYK Percentages of Color #519ece

%61
%23
%0
%19

Triadic Colors of #519ece

#519ece #ce519e #9ece51

Analogous Colors of #519ece

#519ece #5160ce #51cec0

Monochromatic Colors of #519ece

#519ece

Complementary Color

#519ece #ce8151

#519ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#519ece Color CSS Codes

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

#519ece Text Font Color

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

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


#519ece Background Color

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

This div background color is #519ece


#519ece Border Color

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

This div border color is #519ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519ece


Comments

No comments written yet.

Please login to write comment.