Color Hex Logo

#323dbc Color Hex

#323DBC
(50,61,188)
0 Favorites   0 Comments

Color spaces of #323dbc

RGB 5061188
HSL0.650.580.47
HSV235°73°74°
CMYK 0.730.680.00   0.26
XYZ12.06127.646448.4172
Yxy7.64640.17700.1122
Hunter Lab27.652129.4662-84.4567
CIE-Lab33.235339.0371-67.7661

#323dbc color RGB value is (50,61,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111101 10111100
Octal 62 75 274
Decimal 50 61 188
Hex 32 3D BC

RGB Percentages of Color #323dbc

%16.72
%20.40
%62.88

CMYK Percentages of Color #323dbc

%73
%68
%0
%26

Triadic Colors of #323dbc

#323dbc #bc323d #3dbc32

Analogous Colors of #323dbc

#323dbc #6c32bc #3282bc

Monochromatic Colors of #323dbc

#323dbc

Complementary Color

#323dbc #bcb132

#323dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#323dbc Color CSS Codes

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

#323dbc Text Font Color

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

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


#323dbc Background Color

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

This div background color is #323dbc


#323dbc Border Color

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

This div border color is #323dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323dbc


Comments

No comments written yet.

Please login to write comment.