Color Hex Logo

#324bba Color Hex

#324BBA
(50,75,186)
0 Favorites   0 Comments

Color spaces of #324bba

RGB 5075186
HSL0.640.580.46
HSV229°73°73°
CMYK 0.730.600.00   0.27
XYZ12.69449.255447.5718
Yxy9.25540.18260.1331
Hunter Lab30.422721.2425-71.4156
CIE-Lab36.471429.4106-61.2929

#324bba color RGB value is (50,75,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001011 10111010
Octal 62 113 272
Decimal 50 75 186
Hex 32 4B BA

RGB Percentages of Color #324bba

%16.08
%24.12
%59.81

CMYK Percentages of Color #324bba

%73
%60
%0
%27

Triadic Colors of #324bba

#324bba #ba324b #4bba32

Analogous Colors of #324bba

#324bba #5d32ba #328fba

Monochromatic Colors of #324bba

#324bba

Complementary Color

#324bba #baa132

#324bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#324bba Color CSS Codes

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

#324bba Text Font Color

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

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


#324bba Background Color

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

This div background color is #324bba


#324bba Border Color

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

This div border color is #324bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324bba


Comments

No comments written yet.

Please login to write comment.