Color Hex Logo

#50368b Color Hex

#50368B
(80,54,139)
0 Favorites   0 Comments

Color spaces of #50368b

RGB 8054139
HSL0.720.440.38
HSV258°61°55°
CMYK 0.420.610.00   0.45
XYZ9.28766.207925.1348
Yxy6.20790.22860.1528
Hunter Lab24.915722.9355-42.3705
CIE-Lab29.931032.3202-43.4965

#50368b color RGB value is (80,54,139).

#50368b hex color red value is 80, green value is 54 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #50368b hue: 0.72 , saturation: 0.44 and the lightness value of 50368b is 0.38.

The process color (four color CMYK) of #50368b color hex is 0.42, 0.61, 0.00, 0.45. Web safe color of #50368b is #663399. Color #50368b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110110 10001011
Octal 120 66 213
Decimal 80 54 139
Hex 50 36 8B

RGB Percentages of Color #50368b

%29.30
%19.78
%50.92

CMYK Percentages of Color #50368b

%42
%61
%0
%45

Triadic Colors of #50368b

#50368b #8b5036 #368b50

Analogous Colors of #50368b

#50368b #7b368b #36468b

Monochromatic Colors of #50368b

#50368b

Complementary Color

#50368b #718b36

#50368b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50368b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50368b Color CSS Codes

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

#50368b Text Font Color

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

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


#50368b Background Color

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

This div background color is #50368b


#50368b Border Color

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

This div border color is #50368b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50368b


Comments

No comments written yet.

Please login to write comment.