Color Hex Logo

#509acf Color Hex

#509ACF
(80,154,207)
0 Favorites   0 Comments

Color spaces of #509acf

RGB 80154207
HSL0.570.570.56
HSV205°61°81°
CMYK 0.610.260.00   0.19
XYZ26.126429.321763.3141
Yxy29.32170.22000.2469
Hunter Lab54.1495-8.6378-31.4199
CIE-Lab61.0645-7.0745-34.0637

#509acf color RGB value is (80,154,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011010 11001111
Octal 120 232 317
Decimal 80 154 207
Hex 50 9A CF

RGB Percentages of Color #509acf

%18.14
%34.92
%46.94

CMYK Percentages of Color #509acf

%61
%26
%0
%19

Triadic Colors of #509acf

#509acf #cf509a #9acf50

Analogous Colors of #509acf

#509acf #505acf #50cfc5

Monochromatic Colors of #509acf

#509acf

Complementary Color

#509acf #cf8550

#509acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#509acf Color CSS Codes

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

#509acf Text Font Color

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

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


#509acf Background Color

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

This div background color is #509acf


#509acf Border Color

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

This div border color is #509acf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,154,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509acf


Comments

No comments written yet.

Please login to write comment.