Color Hex Logo

#324271 Color Hex

#324271
(50,66,113)
0 Favorites   0 Comments

Color spaces of #324271

RGB 5066113
HSL0.620.390.32
HSV225°56°44°
CMYK 0.560.420.00   0.56
XYZ6.24425.766816.4068
Yxy5.76680.21970.2029
Hunter Lab24.01424.3891-23.6978
CIE-Lab28.81638.5774-29.1573

#324271 color RGB value is (50,66,113).

#324271 hex color red value is 50, green value is 66 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #324271 hue: 0.62 , saturation: 0.39 and the lightness value of 324271 is 0.32.

The process color (four color CMYK) of #324271 color hex is 0.56, 0.42, 0.00, 0.56. Web safe color of #324271 is #333366. Color #324271 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000010 01110001
Octal 62 102 161
Decimal 50 66 113
Hex 32 42 71

RGB Percentages of Color #324271

%21.83
%28.82
%49.34

CMYK Percentages of Color #324271

%56
%42
%0
%56

Triadic Colors of #324271

#324271 #713242 #427132

Analogous Colors of #324271

#324271 #413271 #326271

Monochromatic Colors of #324271

#324271

Complementary Color

#324271 #716132

#324271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324271 Color CSS Codes

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

#324271 Text Font Color

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

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


#324271 Background Color

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

This div background color is #324271


#324271 Border Color

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

This div border color is #324271


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,66,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #324271; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #324271;
  -webkit-box-shadow: 1px 1px 3px 2px #324271;
  box-shadow:         1px 1px 3px 2px #324271; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324271


Comments

No comments written yet.

Please login to write comment.