Color Hex Logo

#534092 Color Hex

#534092
(83,64,146)
0 Favorites   0 Comments

Color spaces of #534092

RGB 8364146
HSL0.710.390.41
HSV254°56°57°
CMYK 0.430.560.00   0.43
XYZ10.58907.581128.0993
Yxy7.58110.22890.1638
Hunter Lab27.533820.4637-41.2341
CIE-Lab33.094828.9734-42.6871

#534092 color RGB value is (83,64,146).

#534092 hex color red value is 83, green value is 64 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #534092 hue: 0.71 , saturation: 0.39 and the lightness value of 534092 is 0.41.

The process color (four color CMYK) of #534092 color hex is 0.43, 0.56, 0.00, 0.43. Web safe color of #534092 is #663399. Color #534092 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000000 10010010
Octal 123 100 222
Decimal 83 64 146
Hex 53 40 92

RGB Percentages of Color #534092

%28.33
%21.84
%49.83

CMYK Percentages of Color #534092

%43
%56
%0
%43

Triadic Colors of #534092

#534092 #925340 #409253

Analogous Colors of #534092

#534092 #7c4092 #405692

Monochromatic Colors of #534092

#534092

Complementary Color

#534092 #7f9240

#534092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534092 Color CSS Codes

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

#534092 Text Font Color

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

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


#534092 Background Color

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

This div background color is #534092


#534092 Border Color

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

This div border color is #534092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534092


Comments

No comments written yet.

Please login to write comment.