Color Hex Logo

#504277 Color Hex

#504277
(80,66,119)
0 Favorites   0 Comments

Color spaces of #504277

RGB 8066119
HSL0.710.290.36
HSV256°45°47°
CMYK 0.330.450.00   0.53
XYZ8.58636.933818.3386
Yxy6.93380.25360.2048
Hunter Lab26.332112.1236-22.8591
CIE-Lab31.655718.9373-28.2849

#504277 color RGB value is (80,66,119).

#504277 hex color red value is 80, green value is 66 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #504277 hue: 0.71 , saturation: 0.29 and the lightness value of 504277 is 0.36.

The process color (four color CMYK) of #504277 color hex is 0.33, 0.45, 0.00, 0.53. Web safe color of #504277 is #663366. Color #504277 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000010 01110111
Octal 120 102 167
Decimal 80 66 119
Hex 50 42 77

RGB Percentages of Color #504277

%30.19
%24.91
%44.91

CMYK Percentages of Color #504277

%33
%45
%0
%53

Triadic Colors of #504277

#504277 #775042 #427750

Analogous Colors of #504277

#504277 #6b4277 #424f77

Monochromatic Colors of #504277

#504277

Complementary Color

#504277 #697742

#504277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504277 Color CSS Codes

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

#504277 Text Font Color

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

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


#504277 Background Color

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

This div background color is #504277


#504277 Border Color

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

This div border color is #504277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504277


Comments

No comments written yet.

Please login to write comment.