Color Hex Logo

#323ebb Color Hex

#323EBB
(50,62,187)
0 Favorites   0 Comments

Color spaces of #323ebb

RGB 5062187
HSL0.650.580.46
HSV235°73°73°
CMYK 0.730.670.00   0.27
XYZ12.00777.711247.8692
Yxy7.71120.17770.1141
Hunter Lab27.769028.5899-82.7677
CIE-Lab33.374038.0673-66.9488

#323ebb color RGB value is (50,62,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111110 10111011
Octal 62 76 273
Decimal 50 62 187
Hex 32 3E BB

RGB Percentages of Color #323ebb

%16.72
%20.74
%62.54

CMYK Percentages of Color #323ebb

%73
%67
%0
%27

Triadic Colors of #323ebb

#323ebb #bb323e #3ebb32

Analogous Colors of #323ebb

#323ebb #6b32bb #3283bb

Monochromatic Colors of #323ebb

#323ebb

Complementary Color

#323ebb #bbaf32

#323ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#323ebb Color CSS Codes

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

#323ebb Text Font Color

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

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


#323ebb Background Color

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

This div background color is #323ebb


#323ebb Border Color

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

This div border color is #323ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323ebb


Comments

No comments written yet.

Please login to write comment.