Color Hex Logo

#52176d Color Hex

#52176D
(82,23,109)
0 Favorites   0 Comments

Color spaces of #52176d

RGB 8223109
HSL0.780.650.26
HSV281°79°43°
CMYK 0.250.790.00   0.57
XYZ6.54643.510814.8006
Yxy3.51080.26340.1412
Hunter Lab18.737129.5746-33.7176
CIE-Lab21.983441.2334-37.3454

#52176d color RGB value is (82,23,109).

#52176d hex color red value is 82, green value is 23 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #52176d hue: 0.78 , saturation: 0.65 and the lightness value of 52176d is 0.26.

The process color (four color CMYK) of #52176d color hex is 0.25, 0.79, 0.00, 0.57. Web safe color of #52176d is #660066. Color #52176d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010111 01101101
Octal 122 27 155
Decimal 82 23 109
Hex 52 17 6D

RGB Percentages of Color #52176d

%38.32
%10.75
%50.93

CMYK Percentages of Color #52176d

%25
%79
%0
%57

Triadic Colors of #52176d

#52176d #6d5217 #176d52

Analogous Colors of #52176d

#52176d #6d175d #27176d

Monochromatic Colors of #52176d

#52176d

Complementary Color

#52176d #326d17

#52176d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52176d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52176d Color CSS Codes

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

#52176d Text Font Color

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

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


#52176d Background Color

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

This div background color is #52176d


#52176d Border Color

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

This div border color is #52176d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,23,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52176d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52176d;
  -webkit-box-shadow: 1px 1px 3px 2px #52176d;
  box-shadow:         1px 1px 3px 2px #52176d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52176d


Comments

No comments written yet.

Please login to write comment.