Color Hex Logo

#323247 Color Hex

#323247
(50,50,71)
0 Favorites   0 Comments

Color spaces of #323247

RGB 505071
HSL0.670.170.24
HSV240°30°28°
CMYK 0.300.300.00   0.72
XYZ3.59333.41426.4309
Yxy3.41420.26740.2541
Hunter Lab18.47762.3769-7.7009
CIE-Lab21.63175.6057-13.0051

#323247 color RGB value is (50,50,71).

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

The process color (four color CMYK) of #323247 color hex is 0.30, 0.30, 0.00, 0.72. Web safe color of #323247 is #333333. Color #323247 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00110010 01000111
Octal 62 62 107
Decimal 50 50 71
Hex 32 32 47

RGB Percentages of Color #323247

%29.24
%29.24
%41.52

CMYK Percentages of Color #323247

%30
%30
%0
%72

Triadic Colors of #323247

#323247 #473232 #324732

Analogous Colors of #323247

#323247 #3d3247 #323d47

Monochromatic Colors of #323247

#323247

Complementary Color

#323247 #474732

#323247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#323247 Color CSS Codes

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

#323247 Text Font Color

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

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


#323247 Background Color

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

This div background color is #323247


#323247 Border Color

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

This div border color is #323247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323247

#323247 Color Palettes


Comments

No comments written yet.

Please login to write comment.