Color Hex Logo

#504388 Color Hex

#504388
(80,67,136)
0 Favorites   0 Comments

Color spaces of #504388

RGB 8067136
HSL0.700.340.40
HSV251°51°53°
CMYK 0.410.510.00   0.47
XYZ9.75947.497424.2253
Yxy7.49740.23530.1807
Hunter Lab27.381415.7044-33.2890
CIE-Lab32.913423.3004-36.8564

#504388 color RGB value is (80,67,136).

#504388 hex color red value is 80, green value is 67 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #504388 hue: 0.70 , saturation: 0.34 and the lightness value of 504388 is 0.40.

The process color (four color CMYK) of #504388 color hex is 0.41, 0.51, 0.00, 0.47. Web safe color of #504388 is #663399. Color #504388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000011 10001000
Octal 120 103 210
Decimal 80 67 136
Hex 50 43 88

RGB Percentages of Color #504388

%28.27
%23.67
%48.06

CMYK Percentages of Color #504388

%41
%51
%0
%47

Triadic Colors of #504388

#504388 #885043 #438850

Analogous Colors of #504388

#504388 #734388 #435988

Monochromatic Colors of #504388

#504388

Complementary Color

#504388 #7b8843

#504388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504388 Color CSS Codes

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

#504388 Text Font Color

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

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


#504388 Background Color

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

This div background color is #504388


#504388 Border Color

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

This div border color is #504388


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,67,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #504388; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #504388;
  -webkit-box-shadow: 1px 1px 3px 2px #504388;
  box-shadow:         1px 1px 3px 2px #504388; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504388


Comments

No comments written yet.

Please login to write comment.