Color Hex Logo

#523abc Color Hex

#523ABC
(82,58,188)
0 Favorites   0 Comments

Color spaces of #523abc

RGB 8258188
HSL0.700.530.48
HSV251°69°74°
CMYK 0.560.690.00   0.26
XYZ14.06988.450848.4666
Yxy8.45080.19820.1190
Hunter Lab29.070335.5198-78.5005
CIE-Lab34.904645.0799-64.9399

#523abc color RGB value is (82,58,188).

#523abc hex color red value is 82, green value is 58 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #523abc hue: 0.70 , saturation: 0.53 and the lightness value of 523abc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111010 10111100
Octal 122 72 274
Decimal 82 58 188
Hex 52 3A BC

RGB Percentages of Color #523abc

%25.00
%17.68
%57.32

CMYK Percentages of Color #523abc

%56
%69
%0
%26

Triadic Colors of #523abc

#523abc #bc523a #3abc52

Analogous Colors of #523abc

#523abc #933abc #3a63bc

Monochromatic Colors of #523abc

#523abc

Complementary Color

#523abc #a4bc3a

#523abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#523abc Color CSS Codes

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

#523abc Text Font Color

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

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


#523abc Background Color

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

This div background color is #523abc


#523abc Border Color

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

This div border color is #523abc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,58,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523abc


Comments

No comments written yet.

Please login to write comment.