Color Hex Logo

#531876 Color Hex

#531876
(83,24,118)
0 Favorites   0 Comments

Color spaces of #531876

RGB 8324118
HSL0.770.660.28
HSV278°80°46°
CMYK 0.300.800.00   0.54
XYZ7.16393.800317.4955
Yxy3.80030.25170.1335
Hunter Lab19.494431.4811-39.5646
CIE-Lab22.999943.1032-41.4894

#531876 color RGB value is (83,24,118).

#531876 hex color red value is 83, green value is 24 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #531876 hue: 0.77 , saturation: 0.66 and the lightness value of 531876 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011000 01110110
Octal 123 30 166
Decimal 83 24 118
Hex 53 18 76

RGB Percentages of Color #531876

%36.89
%10.67
%52.44

CMYK Percentages of Color #531876

%30
%80
%0
%54

Triadic Colors of #531876

#531876 #765318 #187653

Analogous Colors of #531876

#531876 #76186a #241876

Monochromatic Colors of #531876

#531876

Complementary Color

#531876 #3b7618

#531876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531876 Color CSS Codes

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

#531876 Text Font Color

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

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


#531876 Background Color

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

This div background color is #531876


#531876 Border Color

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

This div border color is #531876


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,24,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 #531876">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531876


Comments

No comments written yet.

Please login to write comment.