Color Hex Logo

#53175c Color Hex

#53175C
(83,23,92)
0 Favorites   0 Comments

Color spaces of #53175c

RGB 832392
HSL0.810.600.23
HSV292°75°36°
CMYK 0.100.750.00   0.64
XYZ5.80543.224510.4416
Yxy3.22450.29810.1656
Hunter Lab17.956926.2839-21.9062
CIE-Lab20.921537.7659-27.8868

#53175c color RGB value is (83,23,92).

#53175c hex color red value is 83, green value is 23 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #53175c hue: 0.81 , saturation: 0.60 and the lightness value of 53175c is 0.23.

The process color (four color CMYK) of #53175c color hex is 0.10, 0.75, 0.00, 0.64. Web safe color of #53175c is #660066. Color #53175c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010111 01011100
Octal 123 27 134
Decimal 83 23 92
Hex 53 17 5C

RGB Percentages of Color #53175c

%41.92
%11.62
%46.46

CMYK Percentages of Color #53175c

%10
%75
%0
%64

Triadic Colors of #53175c

#53175c #5c5317 #175c53

Analogous Colors of #53175c

#53175c #5c1743 #31175c

Monochromatic Colors of #53175c

#53175c

Complementary Color

#53175c #205c17

#53175c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53175c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53175c Color CSS Codes

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

#53175c Text Font Color

<p style="color:#53175c">Text here</p>

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


#53175c Background Color

<div style="background-color:#53175c">
Div content here</div>

This div background color is #53175c


#53175c Border Color

<div style="border:3px solid #53175c">
Div here</div>

This div border color is #53175c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,23,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53175c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53175c;
  -webkit-box-shadow: 1px 1px 3px 2px #53175c;
  box-shadow:         1px 1px 3px 2px #53175c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53175c


Comments

No comments written yet.

Please login to write comment.