Color Hex Logo

#534886 Color Hex

#534886
(83,72,134)
0 Favorites   0 Comments

Color spaces of #534886

RGB 8372134
HSL0.700.300.40
HSV251°46°53°
CMYK 0.380.460.00   0.47
XYZ10.18778.195023.5991
Yxy8.19500.24270.1952
Hunter Lab28.626913.4272-28.8379
CIE-Lab34.385720.3305-33.2646

#534886 color RGB value is (83,72,134).

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

The process color (four color CMYK) of #534886 color hex is 0.38, 0.46, 0.00, 0.47. Web safe color of #534886 is #663399. Color #534886 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001000 10000110
Octal 123 110 206
Decimal 83 72 134
Hex 53 48 86

RGB Percentages of Color #534886

%28.72
%24.91
%46.37

CMYK Percentages of Color #534886

%38
%46
%0
%47

Triadic Colors of #534886

#534886 #865348 #488653

Analogous Colors of #534886

#534886 #724886 #485c86

Monochromatic Colors of #534886

#534886

Complementary Color

#534886 #7b8648

#534886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534886 Color CSS Codes

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

#534886 Text Font Color

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

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


#534886 Background Color

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

This div background color is #534886


#534886 Border Color

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

This div border color is #534886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534886


Comments

No comments written yet.

Please login to write comment.