Color Hex Logo

#32377a Color Hex

#32377A
(50,55,122)
0 Favorites   0 Comments

Color spaces of #32377a

RGB 5055122
HSL0.660.420.34
HSV236°59°48°
CMYK 0.590.550.00   0.52
XYZ6.19444.815619.0154
Yxy4.81560.20630.1604
Hunter Lab21.944511.9834-36.0150
CIE-Lab26.202819.3047-39.0288

#32377a color RGB value is (50,55,122).

#32377a hex color red value is 50, green value is 55 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #32377a hue: 0.66 , saturation: 0.42 and the lightness value of 32377a is 0.34.

The process color (four color CMYK) of #32377a color hex is 0.59, 0.55, 0.00, 0.52. Web safe color of #32377a is #333366. Color #32377a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00110111 01111010
Octal 62 67 172
Decimal 50 55 122
Hex 32 37 7A

RGB Percentages of Color #32377a

%22.03
%24.23
%53.74

CMYK Percentages of Color #32377a

%59
%55
%0
%52

Triadic Colors of #32377a

#32377a #7a3237 #377a32

Analogous Colors of #32377a

#32377a #51327a #325b7a

Monochromatic Colors of #32377a

#32377a

Complementary Color

#32377a #7a7532

#32377a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32377a Color Preview on White Background

Lorem ipsum dolor sit amet.

#32377a Color CSS Codes

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

#32377a Text Font Color

<p style="color:#32377a">Text here</p>

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


#32377a Background Color

<div style="background-color:#32377a">
Div content here</div>

This div background color is #32377a


#32377a Border Color

<div style="border:3px solid #32377a">
Div here</div>

This div border color is #32377a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,55,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32377a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32377a;
  -webkit-box-shadow: 1px 1px 3px 2px #32377a;
  box-shadow:         1px 1px 3px 2px #32377a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32377a


Comments

No comments written yet.

Please login to write comment.