Color Hex Logo

#534e94 Color Hex

#534E94
(83,78,148)
0 Favorites   0 Comments

Color spaces of #534e94

RGB 8378148
HSL0.680.310.44
HSV244°47°58°
CMYK 0.440.470.00   0.42
XYZ11.63709.425929.2230
Yxy9.42590.23140.1874
Hunter Lab30.701613.9299-34.9434
CIE-Lab36.791720.7272-37.9883

#534e94 color RGB value is (83,78,148).

#534e94 hex color red value is 83, green value is 78 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #534e94 hue: 0.68 , saturation: 0.31 and the lightness value of 534e94 is 0.44.

The process color (four color CMYK) of #534e94 color hex is 0.44, 0.47, 0.00, 0.42. Web safe color of #534e94 is #666699. Color #534e94 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001110 10010100
Octal 123 116 224
Decimal 83 78 148
Hex 53 4E 94

RGB Percentages of Color #534e94

%26.86
%25.24
%47.90

CMYK Percentages of Color #534e94

%44
%47
%0
%42

Triadic Colors of #534e94

#534e94 #94534e #4e9453

Analogous Colors of #534e94

#534e94 #764e94 #4e6c94

Monochromatic Colors of #534e94

#534e94

Complementary Color

#534e94 #8f944e

#534e94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534e94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534e94 Color CSS Codes

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

#534e94 Text Font Color

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

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


#534e94 Background Color

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

This div background color is #534e94


#534e94 Border Color

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

This div border color is #534e94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534e94


Comments

No comments written yet.

Please login to write comment.