Color Hex Logo

#509bca Color Hex

#509BCA
(80,155,202)
0 Favorites   0 Comments

Color spaces of #509bca

RGB 80155202
HSL0.560.540.55
HSV203°60°79°
CMYK 0.600.230.00   0.21
XYZ25.690329.412460.2003
Yxy29.41240.22280.2551
Hunter Lab54.2332-10.3525-27.8502
CIE-Lab61.1439-9.2357-31.1441

#509bca color RGB value is (80,155,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011011 11001010
Octal 120 233 312
Decimal 80 155 202
Hex 50 9B CA

RGB Percentages of Color #509bca

%18.31
%35.47
%46.22

CMYK Percentages of Color #509bca

%60
%23
%0
%21

Triadic Colors of #509bca

#509bca #ca509b #9bca50

Analogous Colors of #509bca

#509bca #505eca #50cabc

Monochromatic Colors of #509bca

#509bca

Complementary Color

#509bca #ca7f50

#509bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#509bca Color CSS Codes

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

#509bca Text Font Color

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

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


#509bca Background Color

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

This div background color is #509bca


#509bca Border Color

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

This div border color is #509bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509bca


Comments

No comments written yet.

Please login to write comment.