Color Hex Logo

#323251 Color Hex

#323251
(50,50,81)
0 Favorites   0 Comments

Color spaces of #323251

RGB 505081
HSL0.670.240.26
HSV240°38°32°
CMYK 0.380.380.00   0.68
XYZ3.94123.55348.2627
Yxy3.55340.25010.2255
Hunter Lab18.85054.3319-12.7932
CIE-Lab22.13648.6804-18.9217

#323251 color RGB value is (50,50,81).

#323251 hex color red value is 50, green value is 50 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #323251 hue: 0.67 , saturation: 0.24 and the lightness value of 323251 is 0.26.

The process color (four color CMYK) of #323251 color hex is 0.38, 0.38, 0.00, 0.68. Web safe color of #323251 is #333366. Color #323251 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00110010 01010001
Octal 62 62 121
Decimal 50 50 81
Hex 32 32 51

RGB Percentages of Color #323251

%27.62
%27.62
%44.75

CMYK Percentages of Color #323251

%38
%38
%0
%68

Triadic Colors of #323251

#323251 #513232 #325132

Analogous Colors of #323251

#323251 #423251 #324251

Monochromatic Colors of #323251

#323251

Complementary Color

#323251 #515132

#323251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#323251 Color CSS Codes

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

#323251 Text Font Color

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

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


#323251 Background Color

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

This div background color is #323251


#323251 Border Color

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

This div border color is #323251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323251

#323251 Color Palettes


Comments

No comments written yet.

Please login to write comment.