Color Hex Logo

#324bbb Color Hex

#324BBB
(50,75,187)
0 Favorites   0 Comments

Color spaces of #324bbb

RGB 5075187
HSL0.640.580.46
HSV229°73°73°
CMYK 0.730.600.00   0.27
XYZ12.80119.298148.1337
Yxy9.29810.18230.1324
Hunter Lab30.492821.5733-72.2459
CIE-Lab36.552029.7774-61.7491

#324bbb color RGB value is (50,75,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001011 10111011
Octal 62 113 273
Decimal 50 75 187
Hex 32 4B BB

RGB Percentages of Color #324bbb

%16.03
%24.04
%59.94

CMYK Percentages of Color #324bbb

%73
%60
%0
%27

Triadic Colors of #324bbb

#324bbb #bb324b #4bbb32

Analogous Colors of #324bbb

#324bbb #5e32bb #3290bb

Monochromatic Colors of #324bbb

#324bbb

Complementary Color

#324bbb #bba232

#324bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#324bbb Color CSS Codes

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

#324bbb Text Font Color

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

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


#324bbb Background Color

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

This div background color is #324bbb


#324bbb Border Color

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

This div border color is #324bbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,75,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 #324bbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324bbb


Comments

No comments written yet.

Please login to write comment.