Color Hex Logo

#32148d Color Hex

#32148D
(50,20,141)
0 Favorites   0 Comments

Color spaces of #32148d

RGB 5020141
HSL0.710.750.32
HSV255°86°55°
CMYK 0.650.860.00   0.45
XYZ6.37333.101525.4620
Yxy3.10150.18240.0888
Hunter Lab17.611133.7783-73.3934
CIE-Lab20.445946.0378-60.3803

#32148d color RGB value is (50,20,141).

#32148d hex color red value is 50, green value is 20 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #32148d hue: 0.71 , saturation: 0.75 and the lightness value of 32148d is 0.32.

The process color (four color CMYK) of #32148d color hex is 0.65, 0.86, 0.00, 0.45. Web safe color of #32148d is #330099. Color #32148d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010100 10001101
Octal 62 24 215
Decimal 50 20 141
Hex 32 14 8D

RGB Percentages of Color #32148d

%23.70
%9.48
%66.82

CMYK Percentages of Color #32148d

%65
%86
%0
%45

Triadic Colors of #32148d

#32148d #8d3214 #148d32

Analogous Colors of #32148d

#32148d #6f148d #14338d

Monochromatic Colors of #32148d

#32148d

Complementary Color

#32148d #6f8d14

#32148d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32148d Color Preview on White Background

Lorem ipsum dolor sit amet.

#32148d Color CSS Codes

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

#32148d Text Font Color

<p style="color:#32148d">Text here</p>

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


#32148d Background Color

<div style="background-color:#32148d">
Div content here</div>

This div background color is #32148d


#32148d Border Color

<div style="border:3px solid #32148d">
Div here</div>

This div border color is #32148d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,20,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32148d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32148d;
  -webkit-box-shadow: 1px 1px 3px 2px #32148d;
  box-shadow:         1px 1px 3px 2px #32148d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32148d


Comments

No comments written yet.

Please login to write comment.