Color Hex Logo

#32359c Color Hex

#32359C
(50,53,156)
0 Favorites   0 Comments

Color spaces of #32359c

RGB 5053156
HSL0.660.510.40
HSV238°68°61°
CMYK 0.680.660.00   0.39
XYZ8.58925.624632.0854
Yxy5.62460.18550.1215
Hunter Lab23.716223.1431-63.6113
CIE-Lab28.444932.8023-56.4610

#32359c color RGB value is (50,53,156).

#32359c hex color red value is 50, green value is 53 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #32359c hue: 0.66 , saturation: 0.51 and the lightness value of 32359c is 0.40.

The process color (four color CMYK) of #32359c color hex is 0.68, 0.66, 0.00, 0.39. Web safe color of #32359c is #333399. Color #32359c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00110101 10011100
Octal 62 65 234
Decimal 50 53 156
Hex 32 35 9C

RGB Percentages of Color #32359c

%19.31
%20.46
%60.23

CMYK Percentages of Color #32359c

%68
%66
%0
%39

Triadic Colors of #32359c

#32359c #9c3235 #359c32

Analogous Colors of #32359c

#32359c #64329c #326a9c

Monochromatic Colors of #32359c

#32359c

Complementary Color

#32359c #9c9932

#32359c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32359c Color Preview on White Background

Lorem ipsum dolor sit amet.

#32359c Color CSS Codes

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

#32359c Text Font Color

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

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


#32359c Background Color

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

This div background color is #32359c


#32359c Border Color

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

This div border color is #32359c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,53,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32359c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32359c;
  -webkit-box-shadow: 1px 1px 3px 2px #32359c;
  box-shadow:         1px 1px 3px 2px #32359c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32359c


Comments

No comments written yet.

Please login to write comment.