Color Hex Logo

#50527b Color Hex

#50527B
(80,82,123)
0 Favorites   0 Comments

Color spaces of #50527b

RGB 8082123
HSL0.660.210.40
HSV237°35°48°
CMYK 0.350.330.00   0.52
XYZ9.90079.170119.9871
Yxy9.17010.25350.2348
Hunter Lab30.28225.3664-17.9356
CIE-Lab36.30989.7857-23.4757

#50527b color RGB value is (80,82,123).

#50527b hex color red value is 80, green value is 82 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #50527b hue: 0.66 , saturation: 0.21 and the lightness value of 50527b is 0.40.

The process color (four color CMYK) of #50527b color hex is 0.35, 0.33, 0.00, 0.52. Web safe color of #50527b is #666666. Color #50527b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010010 01111011
Octal 120 122 173
Decimal 80 82 123
Hex 50 52 7B

RGB Percentages of Color #50527b

%28.07
%28.77
%43.16

CMYK Percentages of Color #50527b

%35
%33
%0
%52

Triadic Colors of #50527b

#50527b #7b5052 #527b50

Analogous Colors of #50527b

#50527b #64507b #50687b

Monochromatic Colors of #50527b

#50527b

Complementary Color

#50527b #7b7950

#50527b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50527b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50527b Color CSS Codes

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

#50527b Text Font Color

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

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


#50527b Background Color

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

This div background color is #50527b


#50527b Border Color

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

This div border color is #50527b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,82,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50527b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50527b;
  -webkit-box-shadow: 1px 1px 3px 2px #50527b;
  box-shadow:         1px 1px 3px 2px #50527b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50527b


Comments

No comments written yet.

Please login to write comment.