Color Hex Logo

#50458a Color Hex

#50458A
(80,69,138)
0 Favorites   0 Comments

Color spaces of #50458a

RGB 8069138
HSL0.690.330.41
HSV250°50°54°
CMYK 0.420.500.00   0.46
XYZ10.02387.796725.0214
Yxy7.79670.23400.1820
Hunter Lab27.922615.2144-33.5839
CIE-Lab33.555922.6270-37.0620

#50458a color RGB value is (80,69,138).

#50458a hex color red value is 80, green value is 69 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #50458a hue: 0.69 , saturation: 0.33 and the lightness value of 50458a is 0.41.

The process color (four color CMYK) of #50458a color hex is 0.42, 0.50, 0.00, 0.46. Web safe color of #50458a is #663399. Color #50458a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000101 10001010
Octal 120 105 212
Decimal 80 69 138
Hex 50 45 8A

RGB Percentages of Color #50458a

%27.87
%24.04
%48.08

CMYK Percentages of Color #50458a

%42
%50
%0
%46

Triadic Colors of #50458a

#50458a #8a5045 #458a50

Analogous Colors of #50458a

#50458a #73458a #455d8a

Monochromatic Colors of #50458a

#50458a

Complementary Color

#50458a #7f8a45

#50458a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50458a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50458a Color CSS Codes

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

#50458a Text Font Color

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

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


#50458a Background Color

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

This div background color is #50458a


#50458a Border Color

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

This div border color is #50458a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50458a


Comments

No comments written yet.

Please login to write comment.