Color Hex Logo

#531cab Color Hex

#531CAB
(83,28,171)
0 Favorites   0 Comments

Color spaces of #531cab

RGB 8328171
HSL0.730.720.39
HSV263°84°67°
CMYK 0.510.840.00   0.33
XYZ11.33325.609839.0135
Yxy5.60980.20250.1003
Hunter Lab23.685043.9629-81.0818
CIE-Lab28.405954.6933-65.4904

#531cab color RGB value is (83,28,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011100 10101011
Octal 123 34 253
Decimal 83 28 171
Hex 53 1C AB

RGB Percentages of Color #531cab

%29.43
%9.93
%60.64

CMYK Percentages of Color #531cab

%51
%84
%0
%33

Triadic Colors of #531cab

#531cab #ab531c #1cab53

Analogous Colors of #531cab

#531cab #9b1cab #1c2dab

Monochromatic Colors of #531cab

#531cab

Complementary Color

#531cab #74ab1c

#531cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#531cab Color CSS Codes

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

#531cab Text Font Color

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

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


#531cab Background Color

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

This div background color is #531cab


#531cab Border Color

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

This div border color is #531cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531cab


Comments

No comments written yet.

Please login to write comment.