Color Hex Logo

#324282 Color Hex

#324282
(50,66,130)
0 Favorites   0 Comments

Color spaces of #324282

RGB 5066130
HSL0.630.440.35
HSV228°62°51°
CMYK 0.620.490.00   0.49
XYZ7.29296.186221.9288
Yxy6.18620.20600.1747
Hunter Lab24.87218.8130-34.8634
CIE-Lab29.877514.7189-38.1335

#324282 color RGB value is (50,66,130).

#324282 hex color red value is 50, green value is 66 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #324282 hue: 0.63 , saturation: 0.44 and the lightness value of 324282 is 0.35.

The process color (four color CMYK) of #324282 color hex is 0.62, 0.49, 0.00, 0.49. Web safe color of #324282 is #333399. Color #324282 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000010 10000010
Octal 62 102 202
Decimal 50 66 130
Hex 32 42 82

RGB Percentages of Color #324282

%20.33
%26.83
%52.85

CMYK Percentages of Color #324282

%62
%49
%0
%49

Triadic Colors of #324282

#324282 #823242 #428232

Analogous Colors of #324282

#324282 #4a3282 #326a82

Monochromatic Colors of #324282

#324282

Complementary Color

#324282 #827232

#324282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324282 Color CSS Codes

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

#324282 Text Font Color

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

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


#324282 Background Color

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

This div background color is #324282


#324282 Border Color

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

This div border color is #324282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324282


Comments

No comments written yet.

Please login to write comment.