Color Hex Logo

#50307b Color Hex

#50307B
(80,48,123)
0 Favorites   0 Comments

Color spaces of #50307b

RGB 8048123
HSL0.740.440.34
HSV266°61°48°
CMYK 0.350.610.00   0.52
XYZ7.94045.249419.3336
Yxy5.24940.24410.1614
Hunter Lab22.911621.7670-33.9929
CIE-Lab27.433831.3624-37.5265

#50307b color RGB value is (80,48,123).

#50307b hex color red value is 80, green value is 48 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #50307b hue: 0.74 , saturation: 0.44 and the lightness value of 50307b is 0.34.

The process color (four color CMYK) of #50307b color hex is 0.35, 0.61, 0.00, 0.52. Web safe color of #50307b is #663366. Color #50307b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110000 01111011
Octal 120 60 173
Decimal 80 48 123
Hex 50 30 7B

RGB Percentages of Color #50307b

%31.87
%19.12
%49.00

CMYK Percentages of Color #50307b

%35
%61
%0
%52

Triadic Colors of #50307b

#50307b #7b5030 #307b50

Analogous Colors of #50307b

#50307b #76307b #30367b

Monochromatic Colors of #50307b

#50307b

Complementary Color

#50307b #5b7b30

#50307b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50307b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50307b Color CSS Codes

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

#50307b Text Font Color

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

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


#50307b Background Color

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

This div background color is #50307b


#50307b Border Color

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

This div border color is #50307b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,48,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50307b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50307b;
  -webkit-box-shadow: 1px 1px 3px 2px #50307b;
  box-shadow:         1px 1px 3px 2px #50307b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50307b


Comments

No comments written yet.

Please login to write comment.