Color Hex Logo

#531276 Color Hex

#531276
(83,18,118)
0 Favorites   0 Comments

Color spaces of #531276

RGB 8318118
HSL0.780.740.27
HSV279°85°46°
CMYK 0.300.850.00   0.54
XYZ7.05363.579617.4587
Yxy3.57960.25110.1274
Hunter Lab18.919833.4378-41.4673
CIE-Lab22.229945.3329-42.7408

#531276 color RGB value is (83,18,118).

#531276 hex color red value is 83, green value is 18 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #531276 hue: 0.78 , saturation: 0.74 and the lightness value of 531276 is 0.27.

The process color (four color CMYK) of #531276 color hex is 0.30, 0.85, 0.00, 0.54. Web safe color of #531276 is #660066. Color #531276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010010 01110110
Octal 123 22 166
Decimal 83 18 118
Hex 53 12 76

RGB Percentages of Color #531276

%37.90
%8.22
%53.88

CMYK Percentages of Color #531276

%30
%85
%0
%54

Triadic Colors of #531276

#531276 #765312 #127653

Analogous Colors of #531276

#531276 #761267 #211276

Monochromatic Colors of #531276

#531276

Complementary Color

#531276 #357612

#531276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531276 Color CSS Codes

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

#531276 Text Font Color

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

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


#531276 Background Color

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

This div background color is #531276


#531276 Border Color

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

This div border color is #531276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531276


Comments

No comments written yet.

Please login to write comment.