Color Hex Logo

#50457d Color Hex

#50457D
(80,69,125)
0 Favorites   0 Comments

Color spaces of #50457d

RGB 8069125
HSL0.700.290.38
HSV252°45°49°
CMYK 0.360.450.00   0.51
XYZ9.13817.442420.3569
Yxy7.44240.24740.2015
Hunter Lab27.280812.0499-25.1457
CIE-Lab32.793518.7395-30.2349

#50457d color RGB value is (80,69,125).

#50457d hex color red value is 80, green value is 69 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #50457d hue: 0.70 , saturation: 0.29 and the lightness value of 50457d is 0.38.

The process color (four color CMYK) of #50457d color hex is 0.36, 0.45, 0.00, 0.51. Web safe color of #50457d is #663366. Color #50457d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000101 01111101
Octal 120 105 175
Decimal 80 69 125
Hex 50 45 7D

RGB Percentages of Color #50457d

%29.20
%25.18
%45.62

CMYK Percentages of Color #50457d

%36
%45
%0
%51

Triadic Colors of #50457d

#50457d #7d5045 #457d50

Analogous Colors of #50457d

#50457d #6c457d #45567d

Monochromatic Colors of #50457d

#50457d

Complementary Color

#50457d #727d45

#50457d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50457d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50457d Color CSS Codes

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

#50457d Text Font Color

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

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


#50457d Background Color

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

This div background color is #50457d


#50457d Border Color

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

This div border color is #50457d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50457d


Comments

No comments written yet.

Please login to write comment.