Color Hex Logo

#525377 Color Hex

#525377
(82,83,119)
0 Favorites   0 Comments

Color spaces of #525377

RGB 8283119
HSL0.660.180.39
HSV238°31°47°
CMYK 0.310.300.00   0.53
XYZ9.90279.312318.7283
Yxy9.31230.26100.2454
Hunter Lab30.51614.5215-15.0262
CIE-Lab36.57888.6420-20.5738

#525377 color RGB value is (82,83,119).

#525377 hex color red value is 82, green value is 83 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #525377 hue: 0.66 , saturation: 0.18 and the lightness value of 525377 is 0.39.

The process color (four color CMYK) of #525377 color hex is 0.31, 0.30, 0.00, 0.53. Web safe color of #525377 is #666666. Color #525377 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010011 01110111
Octal 122 123 167
Decimal 82 83 119
Hex 52 53 77

RGB Percentages of Color #525377

%28.87
%29.23
%41.90

CMYK Percentages of Color #525377

%31
%30
%0
%53

Triadic Colors of #525377

#525377 #775253 #537752

Analogous Colors of #525377

#525377 #645277 #526677

Monochromatic Colors of #525377

#525377

Complementary Color

#525377 #777652

#525377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525377 Color CSS Codes

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

#525377 Text Font Color

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

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


#525377 Background Color

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

This div background color is #525377


#525377 Border Color

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

This div border color is #525377


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,83,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 #525377">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525377


Comments

No comments written yet.

Please login to write comment.