Color Hex Logo

#534968 Color Hex

#534968
(83,73,104)
0 Favorites   0 Comments

Color spaces of #534968

RGB 8373104
HSL0.720.180.35
HSV259°30°41°
CMYK 0.200.300.00   0.59
XYZ8.44857.603614.1191
Yxy7.60360.28000.2520
Hunter Lab27.57466.4344-11.0562
CIE-Lab33.143311.3186-16.5009

#534968 color RGB value is (83,73,104).

#534968 hex color red value is 83, green value is 73 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #534968 hue: 0.72 , saturation: 0.18 and the lightness value of 534968 is 0.35.

The process color (four color CMYK) of #534968 color hex is 0.20, 0.30, 0.00, 0.59. Web safe color of #534968 is #663366. Color #534968 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001001 01101000
Octal 123 111 150
Decimal 83 73 104
Hex 53 49 68

RGB Percentages of Color #534968

%31.92
%28.08
%40.00

CMYK Percentages of Color #534968

%20
%30
%0
%59

Triadic Colors of #534968

#534968 #685349 #496853

Analogous Colors of #534968

#534968 #634968 #494f68

Monochromatic Colors of #534968

#534968

Complementary Color

#534968 #5e6849

#534968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534968 Color CSS Codes

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

#534968 Text Font Color

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

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


#534968 Background Color

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

This div background color is #534968


#534968 Border Color

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

This div border color is #534968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534968


Comments

No comments written yet.

Please login to write comment.