Color Hex Logo

#323dba Color Hex

#323DBA
(50,61,186)
0 Favorites   0 Comments

Color spaces of #323dba

RGB 5061186
HSL0.650.580.46
HSV235°73°73°
CMYK 0.730.670.00   0.27
XYZ11.84717.560847.2893
Yxy7.56080.17760.1134
Hunter Lab27.496928.7875-82.7194
CIE-Lab33.050938.3365-66.8893

#323dba color RGB value is (50,61,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111101 10111010
Octal 62 75 272
Decimal 50 61 186
Hex 32 3D BA

RGB Percentages of Color #323dba

%16.84
%20.54
%62.63

CMYK Percentages of Color #323dba

%73
%67
%0
%27

Triadic Colors of #323dba

#323dba #ba323d #3dba32

Analogous Colors of #323dba

#323dba #6b32ba #3281ba

Monochromatic Colors of #323dba

#323dba

Complementary Color

#323dba #baaf32

#323dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#323dba Color CSS Codes

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

#323dba Text Font Color

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

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


#323dba Background Color

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

This div background color is #323dba


#323dba Border Color

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

This div border color is #323dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323dba


Comments

No comments written yet.

Please login to write comment.