Color Hex Logo

#52277a Color Hex

#52277A
(82,39,122)
0 Favorites   0 Comments

Color spaces of #52277a

RGB 8239122
HSL0.750.520.32
HSV271°68°48°
CMYK 0.330.680.00   0.52
XYZ7.71804.650018.9031
Yxy4.65000.24680.1487
Hunter Lab21.563926.1508-36.8795
CIE-Lab25.713436.7179-39.6521

#52277a color RGB value is (82,39,122).

#52277a hex color red value is 82, green value is 39 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #52277a hue: 0.75 , saturation: 0.52 and the lightness value of 52277a is 0.32.

The process color (four color CMYK) of #52277a color hex is 0.33, 0.68, 0.00, 0.52. Web safe color of #52277a is #663366. Color #52277a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100111 01111010
Octal 122 47 172
Decimal 82 39 122
Hex 52 27 7A

RGB Percentages of Color #52277a

%33.74
%16.05
%50.21

CMYK Percentages of Color #52277a

%33
%68
%0
%52

Triadic Colors of #52277a

#52277a #7a5227 #277a52

Analogous Colors of #52277a

#52277a #7a2779 #29277a

Monochromatic Colors of #52277a

#52277a

Complementary Color

#52277a #4f7a27

#52277a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52277a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52277a Color CSS Codes

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

#52277a Text Font Color

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

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


#52277a Background Color

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

This div background color is #52277a


#52277a Border Color

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

This div border color is #52277a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,39,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52277a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52277a;
  -webkit-box-shadow: 1px 1px 3px 2px #52277a;
  box-shadow:         1px 1px 3px 2px #52277a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52277a


Comments

No comments written yet.

Please login to write comment.