Color Hex Logo

#509fca Color Hex

#509FCA
(80,159,202)
0 Favorites   0 Comments

Color spaces of #509fca

RGB 80159202
HSL0.560.540.55
HSV201°60°79°
CMYK 0.600.210.00   0.21
XYZ26.367130.766060.4259
Yxy30.76600.22430.2617
Hunter Lab55.4671-12.2149-25.7636
CIE-Lab62.3096-11.4460-29.3390

#509fca color RGB value is (80,159,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011111 11001010
Octal 120 237 312
Decimal 80 159 202
Hex 50 9F CA

RGB Percentages of Color #509fca

%18.14
%36.05
%45.80

CMYK Percentages of Color #509fca

%60
%21
%0
%21

Triadic Colors of #509fca

#509fca #ca509f #9fca50

Analogous Colors of #509fca

#509fca #5062ca #50cab8

Monochromatic Colors of #509fca

#509fca

Complementary Color

#509fca #ca7b50

#509fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#509fca Color CSS Codes

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

#509fca Text Font Color

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

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


#509fca Background Color

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

This div background color is #509fca


#509fca Border Color

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

This div border color is #509fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509fca


Comments

No comments written yet.

Please login to write comment.