Color Hex Logo

#534895 Color Hex

#534895
(83,72,149)
0 Favorites   0 Comments

Color spaces of #534895

RGB 8372149
HSL0.690.350.43
HSV249°52°58°
CMYK 0.440.520.00   0.42
XYZ11.30958.643729.5061
Yxy8.64370.22870.1748
Hunter Lab29.400217.2141-38.9235
CIE-Lab35.289024.8529-40.9944

#534895 color RGB value is (83,72,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001000 10010101
Octal 123 110 225
Decimal 83 72 149
Hex 53 48 95

RGB Percentages of Color #534895

%27.30
%23.68
%49.01

CMYK Percentages of Color #534895

%44
%52
%0
%42

Triadic Colors of #534895

#534895 #955348 #489553

Analogous Colors of #534895

#534895 #7a4895 #486495

Monochromatic Colors of #534895

#534895

Complementary Color

#534895 #8a9548

#534895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534895 Color CSS Codes

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

#534895 Text Font Color

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

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


#534895 Background Color

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

This div background color is #534895


#534895 Border Color

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

This div border color is #534895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534895


Comments

No comments written yet.

Please login to write comment.