Color Hex Logo

#521166 Color Hex

#521166
(82,17,102)
0 Favorites   0 Comments

Color spaces of #521166

RGB 8217102
HSL0.790.710.23
HSV286°83°40°
CMYK 0.200.830.00   0.60
XYZ6.07843.154012.8588
Yxy3.15400.27520.1428
Hunter Lab17.759530.0146-30.4974
CIE-Lab20.650441.9737-34.9340

#521166 color RGB value is (82,17,102).

#521166 hex color red value is 82, green value is 17 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #521166 hue: 0.79 , saturation: 0.71 and the lightness value of 521166 is 0.23.

The process color (four color CMYK) of #521166 color hex is 0.20, 0.83, 0.00, 0.60. Web safe color of #521166 is #660066. Color #521166 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010001 01100110
Octal 122 21 146
Decimal 82 17 102
Hex 52 11 66

RGB Percentages of Color #521166

%40.80
%8.46
%50.75

CMYK Percentages of Color #521166

%20
%83
%0
%60

Triadic Colors of #521166

#521166 #665211 #116652

Analogous Colors of #521166

#521166 #661150 #281166

Monochromatic Colors of #521166

#521166

Complementary Color

#521166 #256611

#521166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521166 Color CSS Codes

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

#521166 Text Font Color

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

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


#521166 Background Color

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

This div background color is #521166


#521166 Border Color

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

This div border color is #521166


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,17,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #521166; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #521166;
  -webkit-box-shadow: 1px 1px 3px 2px #521166;
  box-shadow:         1px 1px 3px 2px #521166; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521166


Comments

No comments written yet.

Please login to write comment.