Color Hex Logo

#324abb Color Hex

#324ABB
(50,74,187)
0 Favorites   0 Comments

Color spaces of #324abb

RGB 5074187
HSL0.640.580.46
HSV229°73°73°
CMYK 0.730.600.00   0.27
XYZ12.73389.163548.1113
Yxy9.16350.18190.1309
Hunter Lab30.271322.1124-73.0420
CIE-Lab36.297230.4258-62.1648

#324abb color RGB value is (50,74,187).

#324abb hex color red value is 50, green value is 74 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #324abb hue: 0.64 , saturation: 0.58 and the lightness value of 324abb is 0.46.

The process color (four color CMYK) of #324abb color hex is 0.73, 0.60, 0.00, 0.27. Web safe color of #324abb is #3333cc. Color #324abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001010 10111011
Octal 62 112 273
Decimal 50 74 187
Hex 32 4A BB

RGB Percentages of Color #324abb

%16.08
%23.79
%60.13

CMYK Percentages of Color #324abb

%73
%60
%0
%27

Triadic Colors of #324abb

#324abb #bb324a #4abb32

Analogous Colors of #324abb

#324abb #5e32bb #328fbb

Monochromatic Colors of #324abb

#324abb

Complementary Color

#324abb #bba332

#324abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#324abb Color CSS Codes

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

#324abb Text Font Color

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

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


#324abb Background Color

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

This div background color is #324abb


#324abb Border Color

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

This div border color is #324abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324abb


Comments

No comments written yet.

Please login to write comment.