Color Hex Logo

#324058 Color Hex

#324058
(50,64,88)
0 Favorites   0 Comments

Color spaces of #324058

RGB 506488
HSL0.610.280.27
HSV218°43°35°
CMYK 0.430.270.00   0.65
XYZ4.91025.04959.9484
Yxy5.04950.24660.2536
Hunter Lab22.4711-0.3200-10.5191
CIE-Lab26.87531.4114-16.1569

#324058 color RGB value is (50,64,88).

#324058 hex color red value is 50, green value is 64 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #324058 hue: 0.61 , saturation: 0.28 and the lightness value of 324058 is 0.27.

The process color (four color CMYK) of #324058 color hex is 0.43, 0.27, 0.00, 0.65. Web safe color of #324058 is #333366. Color #324058 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000000 01011000
Octal 62 100 130
Decimal 50 64 88
Hex 32 40 58

RGB Percentages of Color #324058

%24.75
%31.68
%43.56

CMYK Percentages of Color #324058

%43
%27
%0
%65

Triadic Colors of #324058

#324058 #583240 #405832

Analogous Colors of #324058

#324058 #373258 #325358

Monochromatic Colors of #324058

#324058

Complementary Color

#324058 #584a32

#324058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324058 Color CSS Codes

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

#324058 Text Font Color

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

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


#324058 Background Color

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

This div background color is #324058


#324058 Border Color

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

This div border color is #324058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324058


Comments

No comments written yet.

Please login to write comment.