Color Hex Logo

#52136b Color Hex

#52136B
(82,19,107)
0 Favorites   0 Comments

Color spaces of #52136b

RGB 8219107
HSL0.790.700.25
HSV283°82°42°
CMYK 0.230.820.00   0.58
XYZ6.36643.321114.2154
Yxy3.32110.26630.1389
Hunter Lab18.223930.4661-33.4920
CIE-Lab21.286542.3410-37.1732

#52136b color RGB value is (82,19,107).

#52136b hex color red value is 82, green value is 19 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #52136b hue: 0.79 , saturation: 0.70 and the lightness value of 52136b is 0.25.

The process color (four color CMYK) of #52136b color hex is 0.23, 0.82, 0.00, 0.58. Web safe color of #52136b is #660066. Color #52136b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010011 01101011
Octal 122 23 153
Decimal 82 19 107
Hex 52 13 6B

RGB Percentages of Color #52136b

%39.42
%9.13
%51.44

CMYK Percentages of Color #52136b

%23
%82
%0
%58

Triadic Colors of #52136b

#52136b #6b5213 #136b52

Analogous Colors of #52136b

#52136b #6b1358 #26136b

Monochromatic Colors of #52136b

#52136b

Complementary Color

#52136b #2c6b13

#52136b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52136b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52136b Color CSS Codes

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

#52136b Text Font Color

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

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


#52136b Background Color

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

This div background color is #52136b


#52136b Border Color

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

This div border color is #52136b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52136b


Comments

No comments written yet.

Please login to write comment.