Color Hex Logo

#531abb Color Hex

#531ABB
(83,26,187)
0 Favorites   0 Comments

Color spaces of #531abb

RGB 8326187
HSL0.730.760.42
HSV261°86°73°
CMYK 0.560.860.00   0.27
XYZ12.90636.165647.5236
Yxy6.16560.19380.0926
Hunter Lab24.830649.3260-96.0943
CIE-Lab29.826559.4670-72.6984

#531abb color RGB value is (83,26,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011010 10111011
Octal 123 32 273
Decimal 83 26 187
Hex 53 1A BB

RGB Percentages of Color #531abb

%28.04
%8.78
%63.18

CMYK Percentages of Color #531abb

%56
%86
%0
%27

Triadic Colors of #531abb

#531abb #bb531a #1abb53

Analogous Colors of #531abb

#531abb #a41abb #1a31bb

Monochromatic Colors of #531abb

#531abb

Complementary Color

#531abb #82bb1a

#531abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#531abb Color CSS Codes

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

#531abb Text Font Color

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

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


#531abb Background Color

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

This div background color is #531abb


#531abb Border Color

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

This div border color is #531abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531abb


Comments

No comments written yet.

Please login to write comment.