Color Hex Logo

#52174e Color Hex

#52174E
(82,23,78)
0 Favorites   0 Comments

Color spaces of #52174e

RGB 822378
HSL0.840.560.21
HSV304°72°32°
CMYK 0.000.720.05   0.68
XYZ5.16122.95677.5064
Yxy2.95670.33030.1892
Hunter Lab17.195123.4865-13.8462
CIE-Lab19.869634.7288-20.1633

#52174e color RGB value is (82,23,78).

#52174e hex color red value is 82, green value is 23 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #52174e hue: 0.84 , saturation: 0.56 and the lightness value of 52174e is 0.21.

The process color (four color CMYK) of #52174e color hex is 0.00, 0.72, 0.05, 0.68. Web safe color of #52174e is #660066. Color #52174e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010111 01001110
Octal 122 27 116
Decimal 82 23 78
Hex 52 17 4E

RGB Percentages of Color #52174e

%44.81
%12.57
%42.62

CMYK Percentages of Color #52174e

%0
%72
%5
%68

Triadic Colors of #52174e

#52174e #4e5217 #174e52

Analogous Colors of #52174e

#52174e #521731 #391752

Monochromatic Colors of #52174e

#52174e

Complementary Color

#52174e #17521b

#52174e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52174e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52174e Color CSS Codes

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

#52174e Text Font Color

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

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


#52174e Background Color

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

This div background color is #52174e


#52174e Border Color

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

This div border color is #52174e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52174e


Comments

No comments written yet.

Please login to write comment.