Color Hex Logo

#32376f Color Hex

#32376F
(50,55,111)
0 Favorites   0 Comments

Color spaces of #32376f

RGB 5055111
HSL0.650.380.32
HSV235°55°44°
CMYK 0.550.500.00   0.56
XYZ5.55084.558215.6262
Yxy4.55820.21570.1771
Hunter Lab21.34999.0461-28.4499
CIE-Lab25.437115.3803-33.2683

#32376f color RGB value is (50,55,111).

#32376f hex color red value is 50, green value is 55 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #32376f hue: 0.65 , saturation: 0.38 and the lightness value of 32376f is 0.32.

The process color (four color CMYK) of #32376f color hex is 0.55, 0.50, 0.00, 0.56. Web safe color of #32376f is #333366. Color #32376f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00110111 01101111
Octal 62 67 157
Decimal 50 55 111
Hex 32 37 6F

RGB Percentages of Color #32376f

%23.15
%25.46
%51.39

CMYK Percentages of Color #32376f

%55
%50
%0
%56

Triadic Colors of #32376f

#32376f #6f3237 #376f32

Analogous Colors of #32376f

#32376f #4b326f #32566f

Monochromatic Colors of #32376f

#32376f

Complementary Color

#32376f #6f6a32

#32376f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32376f Color Preview on White Background

Lorem ipsum dolor sit amet.

#32376f Color CSS Codes

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

#32376f Text Font Color

<p style="color:#32376f">Text here</p>

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


#32376f Background Color

<div style="background-color:#32376f">
Div content here</div>

This div background color is #32376f


#32376f Border Color

<div style="border:3px solid #32376f">
Div here</div>

This div border color is #32376f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32376f


Comments

No comments written yet.

Please login to write comment.