Color Hex Logo

#534597 Color Hex

#534597
(83,69,151)
0 Favorites   0 Comments

Color spaces of #534597

RGB 8369151
HSL0.700.370.43
HSV250°54°59°
CMYK 0.450.540.00   0.41
XYZ11.28138.329630.2913
Yxy8.32960.22610.1669
Hunter Lab28.861019.2658-42.0255
CIE-Lab34.660127.3592-43.2167

#534597 color RGB value is (83,69,151).

#534597 hex color red value is 83, green value is 69 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #534597 hue: 0.70 , saturation: 0.37 and the lightness value of 534597 is 0.43.

The process color (four color CMYK) of #534597 color hex is 0.45, 0.54, 0.00, 0.41. Web safe color of #534597 is #663399. Color #534597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000101 10010111
Octal 123 105 227
Decimal 83 69 151
Hex 53 45 97

RGB Percentages of Color #534597

%27.39
%22.77
%49.83

CMYK Percentages of Color #534597

%45
%54
%0
%41

Triadic Colors of #534597

#534597 #975345 #459753

Analogous Colors of #534597

#534597 #7c4597 #456097

Monochromatic Colors of #534597

#534597

Complementary Color

#534597 #899745

#534597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534597 Color CSS Codes

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

#534597 Text Font Color

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

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


#534597 Background Color

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

This div background color is #534597


#534597 Border Color

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

This div border color is #534597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534597


Comments

No comments written yet.

Please login to write comment.