Color Hex Logo

#535385 Color Hex

#535385
(83,83,133)
1 Favorites   0 Comments

Color spaces of #535385

RGB 8383133
HSL0.670.230.42
HSV240°38°52°
CMYK 0.380.380.00   0.48
XYZ10.89429.719023.4921
Yxy9.71900.24700.2204
Hunter Lab31.17537.8200-22.8552
CIE-Lab37.333312.9935-28.0007

#535385 color RGB value is (83,83,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010011 10000101
Octal 123 123 205
Decimal 83 83 133
Hex 53 53 85

RGB Percentages of Color #535385

%27.76
%27.76
%44.48

CMYK Percentages of Color #535385

%38
%38
%0
%48

Triadic Colors of #535385

#535385 #855353 #538553

Analogous Colors of #535385

#535385 #6c5385 #536c85

Monochromatic Colors of #535385

#535385

Complementary Color

#535385 #858553

#535385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535385 Color CSS Codes

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

#535385 Text Font Color

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

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


#535385 Background Color

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

This div background color is #535385


#535385 Border Color

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

This div border color is #535385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535385

#535385 Color Palettes


Comments

No comments written yet.

Please login to write comment.