Color Hex Logo

#521aca Color Hex

#521ACA
(82,26,202)
0 Favorites   0 Comments

Color spaces of #521aca

RGB 8226202
HSL0.720.770.45
HSV259°87°79°
CMYK 0.590.870.00   0.21
XYZ14.50976.796956.4243
Yxy6.79690.18670.0874
Hunter Lab26.070953.7199-110.0698
CIE-Lab31.340063.1730-79.0236

#521aca color RGB value is (82,26,202).

#521aca hex color red value is 82, green value is 26 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #521aca hue: 0.72 , saturation: 0.77 and the lightness value of 521aca is 0.45.

The process color (four color CMYK) of #521aca color hex is 0.59, 0.87, 0.00, 0.21. Web safe color of #521aca is #6633cc. Color #521aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011010 11001010
Octal 122 32 312
Decimal 82 26 202
Hex 52 1A CA

RGB Percentages of Color #521aca

%26.45
%8.39
%65.16

CMYK Percentages of Color #521aca

%59
%87
%0
%21

Triadic Colors of #521aca

#521aca #ca521a #1aca52

Analogous Colors of #521aca

#521aca #aa1aca #1a3aca

Monochromatic Colors of #521aca

#521aca

Complementary Color

#521aca #92ca1a

#521aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#521aca Color CSS Codes

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

#521aca Text Font Color

<p style="color:#521aca">Text here</p>

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


#521aca Background Color

<div style="background-color:#521aca">
Div content here</div>

This div background color is #521aca


#521aca Border Color

<div style="border:3px solid #521aca">
Div here</div>

This div border color is #521aca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,26,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #521aca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #521aca;
  -webkit-box-shadow: 1px 1px 3px 2px #521aca;
  box-shadow:         1px 1px 3px 2px #521aca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521aca


Comments

No comments written yet.

Please login to write comment.