Color Hex Logo

#534465 Color Hex

#534465
(83,68,101)
0 Favorites   0 Comments

Color spaces of #534465

RGB 8368101
HSL0.740.200.33
HSV267°33°40°
CMYK 0.180.330.00   0.60
XYZ7.98346.912813.2255
Yxy6.91280.28390.2458
Hunter Lab26.29228.1886-11.4195
CIE-Lab31.607613.7659-16.9664

#534465 color RGB value is (83,68,101).

#534465 hex color red value is 83, green value is 68 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #534465 hue: 0.74 , saturation: 0.20 and the lightness value of 534465 is 0.33.

The process color (four color CMYK) of #534465 color hex is 0.18, 0.33, 0.00, 0.60. Web safe color of #534465 is #663366. Color #534465 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000100 01100101
Octal 123 104 145
Decimal 83 68 101
Hex 53 44 65

RGB Percentages of Color #534465

%32.94
%26.98
%40.08

CMYK Percentages of Color #534465

%18
%33
%0
%60

Triadic Colors of #534465

#534465 #655344 #446553

Analogous Colors of #534465

#534465 #644465 #444665

Monochromatic Colors of #534465

#534465

Complementary Color

#534465 #566544

#534465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534465 Color CSS Codes

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

#534465 Text Font Color

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

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


#534465 Background Color

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

This div background color is #534465


#534465 Border Color

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

This div border color is #534465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534465


Comments

No comments written yet.

Please login to write comment.