Color Hex Logo

#534095 Color Hex

#534095
(83,64,149)
0 Favorites   0 Comments

Color spaces of #534095

RGB 8364149
HSL0.700.400.42
HSV253°57°58°
CMYK 0.440.570.00   0.42
XYZ10.82557.675729.3448
Yxy7.67570.22630.1604
Hunter Lab27.705121.2634-43.4056
CIE-Lab33.298229.8748-44.1906

#534095 color RGB value is (83,64,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000000 10010101
Octal 123 100 225
Decimal 83 64 149
Hex 53 40 95

RGB Percentages of Color #534095

%28.04
%21.62
%50.34

CMYK Percentages of Color #534095

%44
%57
%0
%42

Triadic Colors of #534095

#534095 #955340 #409553

Analogous Colors of #534095

#534095 #7e4095 #405895

Monochromatic Colors of #534095

#534095

Complementary Color

#534095 #829540

#534095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534095 Color CSS Codes

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

#534095 Text Font Color

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

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


#534095 Background Color

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

This div background color is #534095


#534095 Border Color

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

This div border color is #534095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534095


Comments

No comments written yet.

Please login to write comment.