Color Hex Logo

#324867 Color Hex

#324867
(50,72,103)
0 Favorites   0 Comments

Color spaces of #324867

RGB 5072103
HSL0.600.350.30
HSV215°51°40°
CMYK 0.510.300.00   0.60
XYZ6.08096.292113.7260
Yxy6.29210.23300.2411
Hunter Lab25.0841-0.6250-14.8847
CIE-Lab30.13781.1072-20.7345

#324867 color RGB value is (50,72,103).

#324867 hex color red value is 50, green value is 72 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #324867 hue: 0.60 , saturation: 0.35 and the lightness value of 324867 is 0.30.

The process color (four color CMYK) of #324867 color hex is 0.51, 0.30, 0.00, 0.60. Web safe color of #324867 is #333366. Color #324867 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001000 01100111
Octal 62 110 147
Decimal 50 72 103
Hex 32 48 67

RGB Percentages of Color #324867

%22.22
%32.00
%45.78

CMYK Percentages of Color #324867

%51
%30
%0
%60

Triadic Colors of #324867

#324867 #673248 #486732

Analogous Colors of #324867

#324867 #373267 #326367

Monochromatic Colors of #324867

#324867

Complementary Color

#324867 #675132

#324867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324867 Color CSS Codes

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

#324867 Text Font Color

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

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


#324867 Background Color

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

This div background color is #324867


#324867 Border Color

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

This div border color is #324867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324867


Comments

No comments written yet.

Please login to write comment.