Color Hex Logo

#503458 Color Hex

#503458
(80,52,88)
0 Favorites   0 Comments

Color spaces of #503458

RGB 805288
HSL0.800.260.27
HSV287°41°35°
CMYK 0.090.410.00   0.65
XYZ6.29774.86609.8398
Yxy4.86600.29980.2317
Hunter Lab22.059012.3573-11.0060
CIE-Lab26.349519.7846-16.7344

#503458 color RGB value is (80,52,88).

#503458 hex color red value is 80, green value is 52 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #503458 hue: 0.80 , saturation: 0.26 and the lightness value of 503458 is 0.27.

The process color (four color CMYK) of #503458 color hex is 0.09, 0.41, 0.00, 0.65. Web safe color of #503458 is #663366. Color #503458 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110100 01011000
Octal 120 64 130
Decimal 80 52 88
Hex 50 34 58

RGB Percentages of Color #503458

%36.36
%23.64
%40.00

CMYK Percentages of Color #503458

%9
%41
%0
%65

Triadic Colors of #503458

#503458 #585034 #345850

Analogous Colors of #503458

#503458 #58344e #3e3458

Monochromatic Colors of #503458

#503458

Complementary Color

#503458 #3c5834

#503458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503458 Color CSS Codes

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

#503458 Text Font Color

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

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


#503458 Background Color

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

This div background color is #503458


#503458 Border Color

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

This div border color is #503458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503458


Comments

No comments written yet.

Please login to write comment.