Color Hex Logo

#531dba Color Hex

#531DBA
(83,29,186)
0 Favorites   0 Comments

Color spaces of #531dba

RGB 8329186
HSL0.720.730.42
HSV261°84°73°
CMYK 0.550.840.00   0.27
XYZ12.86966.262946.9849
Yxy6.26290.19460.0947
Hunter Lab25.025847.9991-93.7965
CIE-Lab30.066358.1895-71.7096

#531dba color RGB value is (83,29,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011101 10111010
Octal 123 35 272
Decimal 83 29 186
Hex 53 1D BA

RGB Percentages of Color #531dba

%27.85
%9.73
%62.42

CMYK Percentages of Color #531dba

%55
%84
%0
%27

Triadic Colors of #531dba

#531dba #ba531d #1dba53

Analogous Colors of #531dba

#531dba #a21dba #1d36ba

Monochromatic Colors of #531dba

#531dba

Complementary Color

#531dba #84ba1d

#531dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#531dba Color CSS Codes

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

#531dba Text Font Color

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

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


#531dba Background Color

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

This div background color is #531dba


#531dba Border Color

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

This div border color is #531dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531dba


Comments

No comments written yet.

Please login to write comment.