Color Hex Logo

#534290 Color Hex

#534290
(83,66,144)
0 Favorites   0 Comments

Color spaces of #534290

RGB 8366144
HSL0.700.370.41
HSV253°54°56°
CMYK 0.420.540.00   0.44
XYZ10.54957.749027.3253
Yxy7.74900.23120.1698
Hunter Lab27.837018.9320-38.7142
CIE-Lab33.454627.1230-40.8867

#534290 color RGB value is (83,66,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000010 10010000
Octal 123 102 220
Decimal 83 66 144
Hex 53 42 90

RGB Percentages of Color #534290

%28.33
%22.53
%49.15

CMYK Percentages of Color #534290

%42
%54
%0
%44

Triadic Colors of #534290

#534290 #905342 #429053

Analogous Colors of #534290

#534290 #7a4290 #425890

Monochromatic Colors of #534290

#534290

Complementary Color

#534290 #7f9042

#534290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534290 Color CSS Codes

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

#534290 Text Font Color

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

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


#534290 Background Color

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

This div background color is #534290


#534290 Border Color

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

This div border color is #534290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534290


Comments

No comments written yet.

Please login to write comment.