Color Hex Logo

#534595 Color Hex

#534595
(83,69,149)
0 Favorites   0 Comments

Color spaces of #534595

RGB 8369149
HSL0.700.370.43
HSV251°54°58°
CMYK 0.440.540.00   0.42
XYZ11.12028.265229.4430
Yxy8.26520.22770.1693
Hunter Lab28.749318.7325-40.5962
CIE-Lab34.529226.7482-42.2121

#534595 color RGB value is (83,69,149).

#534595 hex color red value is 83, green value is 69 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #534595 hue: 0.70 , saturation: 0.37 and the lightness value of 534595 is 0.43.

The process color (four color CMYK) of #534595 color hex is 0.44, 0.54, 0.00, 0.42. Web safe color of #534595 is #663399. Color #534595 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000101 10010101
Octal 123 105 225
Decimal 83 69 149
Hex 53 45 95

RGB Percentages of Color #534595

%27.57
%22.92
%49.50

CMYK Percentages of Color #534595

%44
%54
%0
%42

Triadic Colors of #534595

#534595 #955345 #459553

Analogous Colors of #534595

#534595 #7b4595 #455f95

Monochromatic Colors of #534595

#534595

Complementary Color

#534595 #879545

#534595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534595 Color CSS Codes

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

#534595 Text Font Color

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

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


#534595 Background Color

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

This div background color is #534595


#534595 Border Color

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

This div border color is #534595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534595


Comments

No comments written yet.

Please login to write comment.