Color Hex Logo

#321257 Color Hex

#321257
(50,18,87)
0 Favorites   0 Comments

Color spaces of #321257

RGB 501887
HSL0.740.660.21
HSV268°79°34°
CMYK 0.430.790.00   0.66
XYZ3.25201.79889.1926
Yxy1.79880.22830.1263
Hunter Lab13.411919.8101-31.2493
CIE-Lab14.393831.3128-35.3352

#321257 color RGB value is (50,18,87).

#321257 hex color red value is 50, green value is 18 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #321257 hue: 0.74 , saturation: 0.66 and the lightness value of 321257 is 0.21.

The process color (four color CMYK) of #321257 color hex is 0.43, 0.79, 0.00, 0.66. Web safe color of #321257 is #330066. Color #321257 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010010 01010111
Octal 62 22 127
Decimal 50 18 87
Hex 32 12 57

RGB Percentages of Color #321257

%32.26
%11.61
%56.13

CMYK Percentages of Color #321257

%43
%79
%0
%66

Triadic Colors of #321257

#321257 #573212 #125732

Analogous Colors of #321257

#321257 #551257 #121557

Monochromatic Colors of #321257

#321257

Complementary Color

#321257 #375712

#321257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321257 Color CSS Codes

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

#321257 Text Font Color

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

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


#321257 Background Color

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

This div background color is #321257


#321257 Border Color

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

This div border color is #321257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321257


Comments

No comments written yet.

Please login to write comment.