Color Hex Logo

#534069 Color Hex

#534069
(83,64,105)
0 Favorites   0 Comments

Color spaces of #534069

RGB 8364105
HSL0.740.240.33
HSV268°39°41°
CMYK 0.210.390.00   0.59
XYZ7.95056.525714.2052
Yxy6.52570.27720.2275
Hunter Lab25.545410.8499-15.0879
CIE-Lab30.701817.3688-20.9157

#534069 color RGB value is (83,64,105).

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

The process color (four color CMYK) of #534069 color hex is 0.21, 0.39, 0.00, 0.59. Web safe color of #534069 is #663366. Color #534069 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000000 01101001
Octal 123 100 151
Decimal 83 64 105
Hex 53 40 69

RGB Percentages of Color #534069

%32.94
%25.40
%41.67

CMYK Percentages of Color #534069

%21
%39
%0
%59

Triadic Colors of #534069

#534069 #695340 #406953

Analogous Colors of #534069

#534069 #684069 #404269

Monochromatic Colors of #534069

#534069

Complementary Color

#534069 #566940

#534069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534069 Color CSS Codes

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

#534069 Text Font Color

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

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


#534069 Background Color

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

This div background color is #534069


#534069 Border Color

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

This div border color is #534069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534069


Comments

No comments written yet.

Please login to write comment.