Color Hex Logo

#523eba Color Hex

#523EBA
(82,62,186)
0 Favorites   0 Comments

Color spaces of #523eba

RGB 8262186
HSL0.690.500.49
HSV250°67°73°
CMYK 0.560.670.00   0.27
XYZ14.06528.784347.4086
Yxy8.78430.20020.1250
Hunter Lab29.638332.8421-74.0917
CIE-Lab35.565642.2019-62.6809

#523eba color RGB value is (82,62,186).

#523eba hex color red value is 82, green value is 62 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #523eba hue: 0.69 , saturation: 0.50 and the lightness value of 523eba is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111110 10111010
Octal 122 76 272
Decimal 82 62 186
Hex 52 3E BA

RGB Percentages of Color #523eba

%24.85
%18.79
%56.36

CMYK Percentages of Color #523eba

%56
%67
%0
%27

Triadic Colors of #523eba

#523eba #ba523e #3eba52

Analogous Colors of #523eba

#523eba #903eba #3e68ba

Monochromatic Colors of #523eba

#523eba

Complementary Color

#523eba #a6ba3e

#523eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#523eba Color CSS Codes

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

#523eba Text Font Color

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

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


#523eba Background Color

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

This div background color is #523eba


#523eba Border Color

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

This div border color is #523eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523eba


Comments

No comments written yet.

Please login to write comment.