Color Hex Logo

#507e94 Color Hex

#507E94
(80,126,148)
0 Favorites   0 Comments

Color spaces of #507e94

RGB 80126148
HSL0.550.300.45
HSV199°46°58°
CMYK 0.460.150.00   0.42
XYZ16.114418.765330.7897
Yxy18.76530.24540.2858
Hunter Lab43.3189-9.4071-11.8182
CIE-Lab50.4115-9.5228-16.7714

#507e94 color RGB value is (80,126,148).

#507e94 hex color red value is 80, green value is 126 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #507e94 hue: 0.55 , saturation: 0.30 and the lightness value of 507e94 is 0.45.

The process color (four color CMYK) of #507e94 color hex is 0.46, 0.15, 0.00, 0.42. Web safe color of #507e94 is #666699. Color #507e94 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111110 10010100
Octal 120 176 224
Decimal 80 126 148
Hex 50 7E 94

RGB Percentages of Color #507e94

%22.60
%35.59
%41.81

CMYK Percentages of Color #507e94

%46
%15
%0
%42

Triadic Colors of #507e94

#507e94 #94507e #7e9450

Analogous Colors of #507e94

#507e94 #505c94 #509488

Monochromatic Colors of #507e94

#507e94

Complementary Color

#507e94 #946650

#507e94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507e94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507e94 Color CSS Codes

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

#507e94 Text Font Color

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

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


#507e94 Background Color

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

This div background color is #507e94


#507e94 Border Color

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

This div border color is #507e94


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,126,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #507e94; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #507e94;
  -webkit-box-shadow: 1px 1px 3px 2px #507e94;
  box-shadow:         1px 1px 3px 2px #507e94; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507e94


Comments

No comments written yet.

Please login to write comment.