Color Hex Logo

#531abd Color Hex

#531ABD
(83,26,189)
0 Favorites   0 Comments

Color spaces of #531abd

RGB 8326189
HSL0.720.760.42
HSV261°86°74°
CMYK 0.560.860.00   0.26
XYZ13.12206.251948.6592
Yxy6.25190.19290.0919
Hunter Lab25.003849.9202-97.8800
CIE-Lab30.039359.9734-73.5304

#531abd color RGB value is (83,26,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011010 10111101
Octal 123 32 275
Decimal 83 26 189
Hex 53 1A BD

RGB Percentages of Color #531abd

%27.85
%8.72
%63.42

CMYK Percentages of Color #531abd

%56
%86
%0
%26

Triadic Colors of #531abd

#531abd #bd531a #1abd53

Analogous Colors of #531abd

#531abd #a51abd #1a33bd

Monochromatic Colors of #531abd

#531abd

Complementary Color

#531abd #84bd1a

#531abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#531abd Color CSS Codes

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

#531abd Text Font Color

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

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


#531abd Background Color

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

This div background color is #531abd


#531abd Border Color

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

This div border color is #531abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531abd


Comments

No comments written yet.

Please login to write comment.