Color Hex Logo

#534675 Color Hex

#534675
(83,70,117)
1 Favorites   0 Comments

Color spaces of #534675

RGB 8370117
HSL0.710.250.37
HSV257°40°46°
CMYK 0.290.400.00   0.54
XYZ8.96837.503717.8053
Yxy7.50370.26160.2189
Hunter Lab27.392910.5025-19.3633
CIE-Lab32.927116.7360-25.0116

#534675 color RGB value is (83,70,117).

#534675 hex color red value is 83, green value is 70 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #534675 hue: 0.71 , saturation: 0.25 and the lightness value of 534675 is 0.37.

The process color (four color CMYK) of #534675 color hex is 0.29, 0.40, 0.00, 0.54. Web safe color of #534675 is #663366. Color #534675 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000110 01110101
Octal 123 106 165
Decimal 83 70 117
Hex 53 46 75

RGB Percentages of Color #534675

%30.74
%25.93
%43.33

CMYK Percentages of Color #534675

%29
%40
%0
%54

Triadic Colors of #534675

#534675 #755346 #467553

Analogous Colors of #534675

#534675 #6b4675 #465175

Monochromatic Colors of #534675

#534675

Complementary Color

#534675 #687546

#534675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534675 Color CSS Codes

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

#534675 Text Font Color

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

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


#534675 Background Color

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

This div background color is #534675


#534675 Border Color

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

This div border color is #534675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534675


Comments

No comments written yet.

Please login to write comment.