Color Hex Logo

#503466 Color Hex

#503466
(80,52,102)
0 Favorites   0 Comments

Color spaces of #503466

RGB 8052102
HSL0.760.320.30
HSV274°49°40°
CMYK 0.220.490.00   0.60
XYZ6.93455.120813.1933
Yxy5.12080.27460.2028
Hunter Lab22.629215.0986-18.7269
CIE-Lab27.076223.2543-24.6986

#503466 color RGB value is (80,52,102).

#503466 hex color red value is 80, green value is 52 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #503466 hue: 0.76 , saturation: 0.32 and the lightness value of 503466 is 0.30.

The process color (four color CMYK) of #503466 color hex is 0.22, 0.49, 0.00, 0.60. Web safe color of #503466 is #663366. Color #503466 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110100 01100110
Octal 120 64 146
Decimal 80 52 102
Hex 50 34 66

RGB Percentages of Color #503466

%34.19
%22.22
%43.59

CMYK Percentages of Color #503466

%22
%49
%0
%60

Triadic Colors of #503466

#503466 #665034 #346650

Analogous Colors of #503466

#503466 #663463 #373466

Monochromatic Colors of #503466

#503466

Complementary Color

#503466 #4a6634

#503466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503466 Color CSS Codes

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

#503466 Text Font Color

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

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


#503466 Background Color

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

This div background color is #503466


#503466 Border Color

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

This div border color is #503466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503466


Comments

No comments written yet.

Please login to write comment.