Color Hex Logo

#509ece Color Hex

#509ECE
(80,158,206)
0 Favorites   0 Comments

Color spaces of #509ece

RGB 80158206
HSL0.560.560.56
HSV203°61°81°
CMYK 0.610.230.00   0.19
XYZ26.675730.615462.8959
Yxy30.61540.22200.2547
Hunter Lab55.3312-10.7730-28.6641
CIE-Lab62.1816-9.6271-31.7692

#509ece color RGB value is (80,158,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011110 11001110
Octal 120 236 316
Decimal 80 158 206
Hex 50 9E CE

RGB Percentages of Color #509ece

%18.02
%35.59
%46.40

CMYK Percentages of Color #509ece

%61
%23
%0
%19

Triadic Colors of #509ece

#509ece #ce509e #9ece50

Analogous Colors of #509ece

#509ece #505fce #50cebf

Monochromatic Colors of #509ece

#509ece

Complementary Color

#509ece #ce8050

#509ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#509ece Color CSS Codes

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

#509ece Text Font Color

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

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


#509ece Background Color

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

This div background color is #509ece


#509ece Border Color

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

This div border color is #509ece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,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 #509ece">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509ece


Comments

No comments written yet.

Please login to write comment.