Color Hex Logo

#534282 Color Hex

#534282
(83,66,130)
0 Favorites   0 Comments

Color spaces of #534282

RGB 8366130
HSL0.710.330.38
HSV256°49°51°
CMYK 0.360.490.00   0.49
XYZ9.54487.347122.0342
Yxy7.34710.24520.1887
Hunter Lab27.105515.4214-29.2232
CIE-Lab32.584422.9899-33.6539

#534282 color RGB value is (83,66,130).

#534282 hex color red value is 83, green value is 66 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #534282 hue: 0.71 , saturation: 0.33 and the lightness value of 534282 is 0.38.

The process color (four color CMYK) of #534282 color hex is 0.36, 0.49, 0.00, 0.49. Web safe color of #534282 is #663399. Color #534282 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000010 10000010
Octal 123 102 202
Decimal 83 66 130
Hex 53 42 82

RGB Percentages of Color #534282

%29.75
%23.66
%46.59

CMYK Percentages of Color #534282

%36
%49
%0
%49

Triadic Colors of #534282

#534282 #825342 #428253

Analogous Colors of #534282

#534282 #734282 #425182

Monochromatic Colors of #534282

#534282

Complementary Color

#534282 #718242

#534282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534282 Color CSS Codes

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

#534282 Text Font Color

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

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


#534282 Background Color

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

This div background color is #534282


#534282 Border Color

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

This div border color is #534282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534282


Comments

No comments written yet.

Please login to write comment.