Color Hex Logo

#324178 Color Hex

#324178
(50,65,120)
0 Favorites   0 Comments

Color spaces of #324178

RGB 5065120
HSL0.630.410.33
HSV227°58°47°
CMYK 0.580.460.00   0.53
XYZ6.59595.814818.5440
Yxy5.81480.21310.1878
Hunter Lab24.11396.6260-28.7153
CIE-Lab28.940311.7617-33.3774

#324178 color RGB value is (50,65,120).

#324178 hex color red value is 50, green value is 65 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #324178 hue: 0.63 , saturation: 0.41 and the lightness value of 324178 is 0.33.

The process color (four color CMYK) of #324178 color hex is 0.58, 0.46, 0.00, 0.53. Web safe color of #324178 is #333366. Color #324178 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000001 01111000
Octal 62 101 170
Decimal 50 65 120
Hex 32 41 78

RGB Percentages of Color #324178

%21.28
%27.66
%51.06

CMYK Percentages of Color #324178

%58
%46
%0
%53

Triadic Colors of #324178

#324178 #783241 #417832

Analogous Colors of #324178

#324178 #463278 #326478

Monochromatic Colors of #324178

#324178

Complementary Color

#324178 #786932

#324178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324178 Color CSS Codes

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

#324178 Text Font Color

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

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


#324178 Background Color

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

This div background color is #324178


#324178 Border Color

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

This div border color is #324178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324178


Comments

No comments written yet.

Please login to write comment.