Color Hex Logo

#531eba Color Hex

#531EBA
(83,30,186)
0 Favorites   0 Comments

Color spaces of #531eba

RGB 8330186
HSL0.720.720.42
HSV260°84°73°
CMYK 0.550.840.00   0.27
XYZ12.89456.312746.9932
Yxy6.31270.19480.0954
Hunter Lab25.125147.6395-93.3067
CIE-Lab30.188157.8301-71.5085

#531eba color RGB value is (83,30,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011110 10111010
Octal 123 36 272
Decimal 83 30 186
Hex 53 1E BA

RGB Percentages of Color #531eba

%27.76
%10.03
%62.21

CMYK Percentages of Color #531eba

%55
%84
%0
%27

Triadic Colors of #531eba

#531eba #ba531e #1eba53

Analogous Colors of #531eba

#531eba #a11eba #1e37ba

Monochromatic Colors of #531eba

#531eba

Complementary Color

#531eba #85ba1e

#531eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#531eba Color CSS Codes

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

#531eba Text Font Color

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

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


#531eba Background Color

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

This div background color is #531eba


#531eba Border Color

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

This div border color is #531eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531eba


Comments

No comments written yet.

Please login to write comment.