Color Hex Logo

#323dbb Color Hex

#323DBB
(50,61,187)
0 Favorites   0 Comments

Color spaces of #323dbb

RGB 5061187
HSL0.650.580.46
HSV235°73°73°
CMYK 0.730.670.00   0.27
XYZ11.95387.603547.8513
Yxy7.60350.17730.1128
Hunter Lab27.574429.1263-83.5868
CIE-Lab33.143138.6868-67.3280

#323dbb color RGB value is (50,61,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111101 10111011
Octal 62 75 273
Decimal 50 61 187
Hex 32 3D BB

RGB Percentages of Color #323dbb

%16.78
%20.47
%62.75

CMYK Percentages of Color #323dbb

%73
%67
%0
%27

Triadic Colors of #323dbb

#323dbb #bb323d #3dbb32

Analogous Colors of #323dbb

#323dbb #6c32bb #3282bb

Monochromatic Colors of #323dbb

#323dbb

Complementary Color

#323dbb #bbb032

#323dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#323dbb Color CSS Codes

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

#323dbb Text Font Color

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

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


#323dbb Background Color

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

This div background color is #323dbb


#323dbb Border Color

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

This div border color is #323dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323dbb


Comments

No comments written yet.

Please login to write comment.