Color Hex Logo

#52167b Color Hex

#52167B
(82,22,123)
0 Favorites   0 Comments

Color spaces of #52167b

RGB 8222123
HSL0.770.700.28
HSV276°82°48°
CMYK 0.330.820.00   0.52
XYZ7.34173.797719.0850
Yxy3.79770.24290.1257
Hunter Lab19.487733.1438-44.4235
CIE-Lab22.991044.8746-44.7026

#52167b color RGB value is (82,22,123).

#52167b hex color red value is 82, green value is 22 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #52167b hue: 0.77 , saturation: 0.70 and the lightness value of 52167b is 0.28.

The process color (four color CMYK) of #52167b color hex is 0.33, 0.82, 0.00, 0.52. Web safe color of #52167b is #660066. Color #52167b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010110 01111011
Octal 122 26 173
Decimal 82 22 123
Hex 52 16 7B

RGB Percentages of Color #52167b

%36.12
%9.69
%54.19

CMYK Percentages of Color #52167b

%33
%82
%0
%52

Triadic Colors of #52167b

#52167b #7b5216 #167b52

Analogous Colors of #52167b

#52167b #7b1672 #20167b

Monochromatic Colors of #52167b

#52167b

Complementary Color

#52167b #3f7b16

#52167b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52167b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52167b Color CSS Codes

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

#52167b Text Font Color

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

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


#52167b Background Color

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

This div background color is #52167b


#52167b Border Color

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

This div border color is #52167b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,22,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52167b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52167b;
  -webkit-box-shadow: 1px 1px 3px 2px #52167b;
  box-shadow:         1px 1px 3px 2px #52167b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52167b


Comments

No comments written yet.

Please login to write comment.