Color Hex Logo

#52179b Color Hex

#52179B
(82,23,155)
0 Favorites   0 Comments

Color spaces of #52179b

RGB 8223155
HSL0.740.740.35
HSV267°85°61°
CMYK 0.470.850.00   0.39
XYZ9.70254.773231.4203
Yxy4.77320.21140.1040
Hunter Lab21.847741.0381-69.9748
CIE-Lab26.078652.3051-59.6148

#52179b color RGB value is (82,23,155).

#52179b hex color red value is 82, green value is 23 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #52179b hue: 0.74 , saturation: 0.74 and the lightness value of 52179b is 0.35.

The process color (four color CMYK) of #52179b color hex is 0.47, 0.85, 0.00, 0.39. Web safe color of #52179b is #660099. Color #52179b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010111 10011011
Octal 122 27 233
Decimal 82 23 155
Hex 52 17 9B

RGB Percentages of Color #52179b

%31.54
%8.85
%59.62

CMYK Percentages of Color #52179b

%47
%85
%0
%39

Triadic Colors of #52179b

#52179b #9b5217 #179b52

Analogous Colors of #52179b

#52179b #94179b #171e9b

Monochromatic Colors of #52179b

#52179b

Complementary Color

#52179b #609b17

#52179b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52179b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52179b Color CSS Codes

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

#52179b Text Font Color

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

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


#52179b Background Color

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

This div background color is #52179b


#52179b Border Color

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

This div border color is #52179b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52179b


Comments

No comments written yet.

Please login to write comment.