Color Hex Logo

#533481 Color Hex

#533481
(83,52,129)
0 Favorites   0 Comments

Color spaces of #533481

RGB 8352129
HSL0.730.430.35
HSV264°60°51°
CMYK 0.360.600.00   0.49
XYZ8.75775.880021.4422
Yxy5.88000.24270.1630
Hunter Lab24.248722.0321-35.4538
CIE-Lab29.107731.4033-38.5871

#533481 color RGB value is (83,52,129).

#533481 hex color red value is 83, green value is 52 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #533481 hue: 0.73 , saturation: 0.43 and the lightness value of 533481 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110100 10000001
Octal 123 64 201
Decimal 83 52 129
Hex 53 34 81

RGB Percentages of Color #533481

%31.44
%19.70
%48.86

CMYK Percentages of Color #533481

%36
%60
%0
%49

Triadic Colors of #533481

#533481 #815334 #348153

Analogous Colors of #533481

#533481 #7a3481 #343c81

Monochromatic Colors of #533481

#533481

Complementary Color

#533481 #628134

#533481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533481 Color CSS Codes

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

#533481 Text Font Color

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

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


#533481 Background Color

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

This div background color is #533481


#533481 Border Color

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

This div border color is #533481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533481


Comments

No comments written yet.

Please login to write comment.