Color Hex Logo

#50609a Color Hex

#50609A
(80,96,154)
0 Favorites   0 Comments

Color spaces of #50609a

RGB 8096154
HSL0.630.320.46
HSV227°48°60°
CMYK 0.480.380.00   0.40
XYZ13.323912.404332.2639
Yxy12.40430.22980.2139
Hunter Lab35.21975.8934-29.6602
CIE-Lab41.851610.3769-33.5923

#50609a color RGB value is (80,96,154).

#50609a hex color red value is 80, green value is 96 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #50609a hue: 0.63 , saturation: 0.32 and the lightness value of 50609a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100000 10011010
Octal 120 140 232
Decimal 80 96 154
Hex 50 60 9A

RGB Percentages of Color #50609a

%24.24
%29.09
%46.67

CMYK Percentages of Color #50609a

%48
%38
%0
%40

Triadic Colors of #50609a

#50609a #9a5060 #609a50

Analogous Colors of #50609a

#50609a #65509a #50859a

Monochromatic Colors of #50609a

#50609a

Complementary Color

#50609a #9a8a50

#50609a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50609a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50609a Color CSS Codes

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

#50609a Text Font Color

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

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


#50609a Background Color

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

This div background color is #50609a


#50609a Border Color

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

This div border color is #50609a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,96,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50609a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50609a;
  -webkit-box-shadow: 1px 1px 3px 2px #50609a;
  box-shadow:         1px 1px 3px 2px #50609a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50609a


Comments

No comments written yet.

Please login to write comment.