Color Hex Logo

#535485 Color Hex

#535485
(83,84,133)
0 Favorites   0 Comments

Color spaces of #535485

RGB 8384133
HSL0.660.230.42
HSV239°38°52°
CMYK 0.380.370.00   0.48
XYZ10.97129.873123.5178
Yxy9.87310.24730.2226
Hunter Lab31.42157.3379-22.3813
CIE-Lab37.613712.3558-27.5610

#535485 color RGB value is (83,84,133).

#535485 hex color red value is 83, green value is 84 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #535485 hue: 0.66 , saturation: 0.23 and the lightness value of 535485 is 0.42.

The process color (four color CMYK) of #535485 color hex is 0.38, 0.37, 0.00, 0.48. Web safe color of #535485 is #666699. Color #535485 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010100 10000101
Octal 123 124 205
Decimal 83 84 133
Hex 53 54 85

RGB Percentages of Color #535485

%27.67
%28.00
%44.33

CMYK Percentages of Color #535485

%38
%37
%0
%48

Triadic Colors of #535485

#535485 #855354 #548553

Analogous Colors of #535485

#535485 #6b5385 #536d85

Monochromatic Colors of #535485

#535485

Complementary Color

#535485 #858453

#535485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535485 Color CSS Codes

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

#535485 Text Font Color

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

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


#535485 Background Color

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

This div background color is #535485


#535485 Border Color

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

This div border color is #535485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535485


Comments

No comments written yet.

Please login to write comment.