Color Hex Logo

#50368a Color Hex

#50368A
(80,54,138)
0 Favorites   0 Comments

Color spaces of #50368a

RGB 8054138
HSL0.720.440.38
HSV259°61°54°
CMYK 0.420.610.00   0.46
XYZ9.21496.178824.7517
Yxy6.17880.22950.1539
Hunter Lab24.857222.6723-41.6383
CIE-Lab29.859232.0276-42.9939

#50368a color RGB value is (80,54,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110110 10001010
Octal 120 66 212
Decimal 80 54 138
Hex 50 36 8A

RGB Percentages of Color #50368a

%29.41
%19.85
%50.74

CMYK Percentages of Color #50368a

%42
%61
%0
%46

Triadic Colors of #50368a

#50368a #8a5036 #368a50

Analogous Colors of #50368a

#50368a #7a368a #36468a

Monochromatic Colors of #50368a

#50368a

Complementary Color

#50368a #708a36

#50368a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50368a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50368a Color CSS Codes

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

#50368a Text Font Color

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

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


#50368a Background Color

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

This div background color is #50368a


#50368a Border Color

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

This div border color is #50368a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,54,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 #50368a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50368a


Comments

No comments written yet.

Please login to write comment.