Color Hex Logo

#509ccf Color Hex

#509CCF
(80,156,207)
0 Favorites   0 Comments

Color spaces of #509ccf

RGB 80156207
HSL0.570.570.56
HSV204°61°81°
CMYK 0.610.250.00   0.19
XYZ26.459229.987463.4251
Yxy29.98740.22070.2502
Hunter Lab54.7608-9.5840-30.3384
CIE-Lab61.6433-8.1950-33.1631

#509ccf color RGB value is (80,156,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011100 11001111
Octal 120 234 317
Decimal 80 156 207
Hex 50 9C CF

RGB Percentages of Color #509ccf

%18.06
%35.21
%46.73

CMYK Percentages of Color #509ccf

%61
%25
%0
%19

Triadic Colors of #509ccf

#509ccf #cf509c #9ccf50

Analogous Colors of #509ccf

#509ccf #505dcf #50cfc3

Monochromatic Colors of #509ccf

#509ccf

Complementary Color

#509ccf #cf8350

#509ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#509ccf Color CSS Codes

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

#509ccf Text Font Color

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

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


#509ccf Background Color

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

This div background color is #509ccf


#509ccf Border Color

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

This div border color is #509ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509ccf


Comments

No comments written yet.

Please login to write comment.