Color Hex Logo

#534291 Color Hex

#534291
(83,66,145)
0 Favorites   0 Comments

Color spaces of #534291

RGB 8366145
HSL0.700.370.41
HSV253°54°57°
CMYK 0.430.540.00   0.43
XYZ10.62637.779827.7296
Yxy7.77980.23030.1686
Hunter Lab27.892319.1927-39.4196
CIE-Lab33.520027.4227-41.3930

#534291 color RGB value is (83,66,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000010 10010001
Octal 123 102 221
Decimal 83 66 145
Hex 53 42 91

RGB Percentages of Color #534291

%28.23
%22.45
%49.32

CMYK Percentages of Color #534291

%43
%54
%0
%43

Triadic Colors of #534291

#534291 #915342 #429153

Analogous Colors of #534291

#534291 #7b4291 #425991

Monochromatic Colors of #534291

#534291

Complementary Color

#534291 #809142

#534291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534291 Color CSS Codes

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

#534291 Text Font Color

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

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


#534291 Background Color

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

This div background color is #534291


#534291 Border Color

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

This div border color is #534291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534291


Comments

No comments written yet.

Please login to write comment.