Color Hex Logo

#507885 Color Hex

#507885
(80,120,133)
0 Favorites   0 Comments

Color spaces of #507885

RGB 80120133
HSL0.540.250.42
HSV195°40°52°
CMYK 0.400.100.00   0.48
XYZ14.258416.831924.6877
Yxy16.83190.25560.3018
Hunter Lab41.0267-9.7609-6.9589
CIE-Lab48.0475-10.3939-11.5293

#507885 color RGB value is (80,120,133).

#507885 hex color red value is 80, green value is 120 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #507885 hue: 0.54 , saturation: 0.25 and the lightness value of 507885 is 0.42.

The process color (four color CMYK) of #507885 color hex is 0.40, 0.10, 0.00, 0.48. Web safe color of #507885 is #666699. Color #507885 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111000 10000101
Octal 120 170 205
Decimal 80 120 133
Hex 50 78 85

RGB Percentages of Color #507885

%24.02
%36.04
%39.94

CMYK Percentages of Color #507885

%40
%10
%0
%48

Triadic Colors of #507885

#507885 #855078 #788550

Analogous Colors of #507885

#507885 #505e85 #508578

Monochromatic Colors of #507885

#507885

Complementary Color

#507885 #855d50

#507885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507885 Color CSS Codes

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

#507885 Text Font Color

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

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


#507885 Background Color

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

This div background color is #507885


#507885 Border Color

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

This div border color is #507885


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,120,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #507885; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #507885;
  -webkit-box-shadow: 1px 1px 3px 2px #507885;
  box-shadow:         1px 1px 3px 2px #507885; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507885


Comments

No comments written yet.

Please login to write comment.