Color Hex Logo

#534458 Color Hex

#534458
(83,68,88)
0 Favorites   0 Comments

Color spaces of #534458

RGB 836888
HSL0.790.130.31
HSV285°23°35°
CMYK 0.060.230.00   0.65
XYZ7.39596.677810.1317
Yxy6.67780.30550.2759
Hunter Lab25.84145.8647-5.1569
CIE-Lab31.061910.6093-9.4886

#534458 color RGB value is (83,68,88).

#534458 hex color red value is 83, green value is 68 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #534458 hue: 0.79 , saturation: 0.13 and the lightness value of 534458 is 0.31.

The process color (four color CMYK) of #534458 color hex is 0.06, 0.23, 0.00, 0.65. Web safe color of #534458 is #663366. Color #534458 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000100 01011000
Octal 123 104 130
Decimal 83 68 88
Hex 53 44 58

RGB Percentages of Color #534458

%34.73
%28.45
%36.82

CMYK Percentages of Color #534458

%6
%23
%0
%65

Triadic Colors of #534458

#534458 #585344 #445853

Analogous Colors of #534458

#534458 #584453 #494458

Monochromatic Colors of #534458

#534458

Complementary Color

#534458 #495844

#534458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534458 Color CSS Codes

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

#534458 Text Font Color

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

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


#534458 Background Color

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

This div background color is #534458


#534458 Border Color

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

This div border color is #534458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534458


Comments

No comments written yet.

Please login to write comment.