Color Hex Logo

#52377b Color Hex

#52377B
(82,55,123)
0 Favorites   0 Comments

Color spaces of #52377b

RGB 8255123
HSL0.730.380.35
HSV264°55°48°
CMYK 0.330.550.00   0.52
XYZ8.42105.956319.4447
Yxy5.95630.24900.1761
Hunter Lab24.405518.8808-30.1544
CIE-Lab29.301927.6339-34.5205

#52377b color RGB value is (82,55,123).

#52377b hex color red value is 82, green value is 55 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #52377b hue: 0.73 , saturation: 0.38 and the lightness value of 52377b is 0.35.

The process color (four color CMYK) of #52377b color hex is 0.33, 0.55, 0.00, 0.52. Web safe color of #52377b is #663366. Color #52377b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110111 01111011
Octal 122 67 173
Decimal 82 55 123
Hex 52 37 7B

RGB Percentages of Color #52377b

%31.54
%21.15
%47.31

CMYK Percentages of Color #52377b

%33
%55
%0
%52

Triadic Colors of #52377b

#52377b #7b5237 #377b52

Analogous Colors of #52377b

#52377b #74377b #373e7b

Monochromatic Colors of #52377b

#52377b

Complementary Color

#52377b #607b37

#52377b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52377b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52377b Color CSS Codes

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

#52377b Text Font Color

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

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


#52377b Background Color

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

This div background color is #52377b


#52377b Border Color

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

This div border color is #52377b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52377b


Comments

No comments written yet.

Please login to write comment.