Color Hex Logo

#531abc Color Hex

#531ABC
(83,26,188)
0 Favorites   0 Comments

Color spaces of #531abc

RGB 8326188
HSL0.730.760.42
HSV261°86°74°
CMYK 0.560.860.00   0.26
XYZ13.01386.208648.0894
Yxy6.20860.19330.0922
Hunter Lab24.917149.6230-96.9865
CIE-Lab29.932859.7204-73.1149

#531abc color RGB value is (83,26,188).

#531abc hex color red value is 83, green value is 26 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #531abc hue: 0.73 , saturation: 0.76 and the lightness value of 531abc is 0.42.

The process color (four color CMYK) of #531abc color hex is 0.56, 0.86, 0.00, 0.26. Web safe color of #531abc is #6633cc. Color #531abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011010 10111100
Octal 123 32 274
Decimal 83 26 188
Hex 53 1A BC

RGB Percentages of Color #531abc

%27.95
%8.75
%63.30

CMYK Percentages of Color #531abc

%56
%86
%0
%26

Triadic Colors of #531abc

#531abc #bc531a #1abc53

Analogous Colors of #531abc

#531abc #a41abc #1a32bc

Monochromatic Colors of #531abc

#531abc

Complementary Color

#531abc #83bc1a

#531abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#531abc Color CSS Codes

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

#531abc Text Font Color

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

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


#531abc Background Color

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

This div background color is #531abc


#531abc Border Color

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

This div border color is #531abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531abc


Comments

No comments written yet.

Please login to write comment.