Color Hex Logo

#503675 Color Hex

#503675
(80,54,117)
0 Favorites   0 Comments

Color spaces of #503675

RGB 8054117
HSL0.740.370.34
HSV265°54°46°
CMYK 0.320.540.00   0.54
XYZ7.83835.628217.5028
Yxy5.62820.25310.1817
Hunter Lab23.723817.4593-27.1359
CIE-Lab28.454426.0225-32.1003

#503675 color RGB value is (80,54,117).

#503675 hex color red value is 80, green value is 54 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #503675 hue: 0.74 , saturation: 0.37 and the lightness value of 503675 is 0.34.

The process color (four color CMYK) of #503675 color hex is 0.32, 0.54, 0.00, 0.54. Web safe color of #503675 is #663366. Color #503675 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110110 01110101
Octal 120 66 165
Decimal 80 54 117
Hex 50 36 75

RGB Percentages of Color #503675

%31.87
%21.51
%46.61

CMYK Percentages of Color #503675

%32
%54
%0
%54

Triadic Colors of #503675

#503675 #755036 #367550

Analogous Colors of #503675

#503675 #703675 #363b75

Monochromatic Colors of #503675

#503675

Complementary Color

#503675 #5b7536

#503675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503675 Color CSS Codes

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

#503675 Text Font Color

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

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


#503675 Background Color

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

This div background color is #503675


#503675 Border Color

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

This div border color is #503675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503675

#503675 Color Palettes


Comments

No comments written yet.

Please login to write comment.