Color Hex Logo

#531bac Color Hex

#531BAC
(83,27,172)
0 Favorites   0 Comments

Color spaces of #531bac

RGB 8327172
HSL0.730.730.39
HSV263°84°67°
CMYK 0.520.840.00   0.33
XYZ11.40565.601439.5098
Yxy5.60140.20180.0991
Hunter Lab23.667344.6040-82.4107
CIE-Lab28.383755.3119-66.1285

#531bac color RGB value is (83,27,172).

#531bac hex color red value is 83, green value is 27 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #531bac hue: 0.73 , saturation: 0.73 and the lightness value of 531bac is 0.39.

The process color (four color CMYK) of #531bac color hex is 0.52, 0.84, 0.00, 0.33. Web safe color of #531bac is #663399. Color #531bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011011 10101100
Octal 123 33 254
Decimal 83 27 172
Hex 53 1B AC

RGB Percentages of Color #531bac

%29.43
%9.57
%60.99

CMYK Percentages of Color #531bac

%52
%84
%0
%33

Triadic Colors of #531bac

#531bac #ac531b #1bac53

Analogous Colors of #531bac

#531bac #9c1bac #1b2cac

Monochromatic Colors of #531bac

#531bac

Complementary Color

#531bac #74ac1b

#531bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#531bac Color CSS Codes

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

#531bac Text Font Color

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

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


#531bac Background Color

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

This div background color is #531bac


#531bac Border Color

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

This div border color is #531bac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,27,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #531bac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #531bac;
  -webkit-box-shadow: 1px 1px 3px 2px #531bac;
  box-shadow:         1px 1px 3px 2px #531bac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531bac


Comments

No comments written yet.

Please login to write comment.