Color Hex Logo

#531eac Color Hex

#531EAC
(83,30,172)
0 Favorites   0 Comments

Color spaces of #531eac

RGB 8330172
HSL0.730.700.40
HSV262°83°67°
CMYK 0.520.830.00   0.33
XYZ11.47795.746139.5339
Yxy5.74610.20220.1012
Hunter Lab23.971043.5208-81.0035
CIE-Lab28.762654.1985-65.5042

#531eac color RGB value is (83,30,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011110 10101100
Octal 123 36 254
Decimal 83 30 172
Hex 53 1E AC

RGB Percentages of Color #531eac

%29.12
%10.53
%60.35

CMYK Percentages of Color #531eac

%52
%83
%0
%33

Triadic Colors of #531eac

#531eac #ac531e #1eac53

Analogous Colors of #531eac

#531eac #9a1eac #1e30ac

Monochromatic Colors of #531eac

#531eac

Complementary Color

#531eac #77ac1e

#531eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#531eac Color CSS Codes

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

#531eac Text Font Color

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

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


#531eac Background Color

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

This div background color is #531eac


#531eac Border Color

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

This div border color is #531eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531eac


Comments

No comments written yet.

Please login to write comment.