Color Hex Logo

#531bbb Color Hex

#531BBB
(83,27,187)
0 Favorites   0 Comments

Color spaces of #531bbb

RGB 8327187
HSL0.730.750.42
HSV261°86°73°
CMYK 0.560.860.00   0.27
XYZ12.92896.210747.5311
Yxy6.21070.19390.0932
Hunter Lab24.921348.9917-95.6360
CIE-Lab29.937959.1364-72.5142

#531bbb color RGB value is (83,27,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011011 10111011
Octal 123 33 273
Decimal 83 27 187
Hex 53 1B BB

RGB Percentages of Color #531bbb

%27.95
%9.09
%62.96

CMYK Percentages of Color #531bbb

%56
%86
%0
%27

Triadic Colors of #531bbb

#531bbb #bb531b #1bbb53

Analogous Colors of #531bbb

#531bbb #a31bbb #1b33bb

Monochromatic Colors of #531bbb

#531bbb

Complementary Color

#531bbb #83bb1b

#531bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#531bbb Color CSS Codes

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

#531bbb Text Font Color

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

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


#531bbb Background Color

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

This div background color is #531bbb


#531bbb Border Color

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

This div border color is #531bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531bbb


Comments

No comments written yet.

Please login to write comment.