Color Hex Logo

#535376 Color Hex

#535376
(83,83,118)
0 Favorites   0 Comments

Color spaces of #535376

RGB 8383118
HSL0.670.170.39
HSV240°30°46°
CMYK 0.300.300.00   0.54
XYZ9.93069.333518.4177
Yxy9.33350.26350.2477
Hunter Lab30.55084.5580-14.3578
CIE-Lab36.61868.6909-19.8867

#535376 color RGB value is (83,83,118).

#535376 hex color red value is 83, green value is 83 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #535376 hue: 0.67 , saturation: 0.17 and the lightness value of 535376 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010011 01110110
Octal 123 123 166
Decimal 83 83 118
Hex 53 53 76

RGB Percentages of Color #535376

%29.23
%29.23
%41.55

CMYK Percentages of Color #535376

%30
%30
%0
%54

Triadic Colors of #535376

#535376 #765353 #537653

Analogous Colors of #535376

#535376 #655376 #536576

Monochromatic Colors of #535376

#535376

Complementary Color

#535376 #767653

#535376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535376 Color CSS Codes

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

#535376 Text Font Color

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

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


#535376 Background Color

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

This div background color is #535376


#535376 Border Color

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

This div border color is #535376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535376


Comments

No comments written yet.

Please login to write comment.