Color Hex Logo

#32217e Color Hex

#32217E
(50,33,126)
0 Favorites   0 Comments

Color spaces of #32217e

RGB 5033126
HSL0.700.580.31
HSV251°74°49°
CMYK 0.600.740.00   0.51
XYZ5.62513.272220.0738
Yxy3.27220.19420.1129
Hunter Lab18.089223.8510-53.1323
CIE-Lab21.102634.9250-49.8590

#32217e color RGB value is (50,33,126).

#32217e hex color red value is 50, green value is 33 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #32217e hue: 0.70 , saturation: 0.58 and the lightness value of 32217e is 0.31.

The process color (four color CMYK) of #32217e color hex is 0.60, 0.74, 0.00, 0.51. Web safe color of #32217e is #333366. Color #32217e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00100001 01111110
Octal 62 41 176
Decimal 50 33 126
Hex 32 21 7E

RGB Percentages of Color #32217e

%23.92
%15.79
%60.29

CMYK Percentages of Color #32217e

%60
%74
%0
%51

Triadic Colors of #32217e

#32217e #7e3221 #217e32

Analogous Colors of #32217e

#32217e #60217e #213f7e

Monochromatic Colors of #32217e

#32217e

Complementary Color

#32217e #6d7e21

#32217e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32217e Color Preview on White Background

Lorem ipsum dolor sit amet.

#32217e Color CSS Codes

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

#32217e Text Font Color

<p style="color:#32217e">Text here</p>

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


#32217e Background Color

<div style="background-color:#32217e">
Div content here</div>

This div background color is #32217e


#32217e Border Color

<div style="border:3px solid #32217e">
Div here</div>

This div border color is #32217e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,33,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32217e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32217e;
  -webkit-box-shadow: 1px 1px 3px 2px #32217e;
  box-shadow:         1px 1px 3px 2px #32217e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32217e


Comments

No comments written yet.

Please login to write comment.