Color Hex Logo

#323dcb Color Hex

#323DCB
(50,61,203)
0 Favorites   0 Comments

Color spaces of #323dcb

RGB 5061203
HSL0.650.600.50
HSV236°75°80°
CMYK 0.750.700.00   0.20
XYZ13.76368.327457.3818
Yxy8.32740.17320.1048
Hunter Lab28.857234.6363-97.6964
CIE-Lab34.655644.2203-74.2106

#323dcb color RGB value is (50,61,203).

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

The process color (four color CMYK) of #323dcb color hex is 0.75, 0.70, 0.00, 0.20. Web safe color of #323dcb is #3333cc. Color #323dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111101 11001011
Octal 62 75 313
Decimal 50 61 203
Hex 32 3D CB

RGB Percentages of Color #323dcb

%15.92
%19.43
%64.65

CMYK Percentages of Color #323dcb

%75
%70
%0
%20

Triadic Colors of #323dcb

#323dcb #cb323d #3dcb32

Analogous Colors of #323dcb

#323dcb #7432cb #328acb

Monochromatic Colors of #323dcb

#323dcb

Complementary Color

#323dcb #cbc032

#323dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#323dcb Color CSS Codes

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

#323dcb Text Font Color

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

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


#323dcb Background Color

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

This div background color is #323dcb


#323dcb Border Color

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

This div border color is #323dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323dcb


Comments

No comments written yet.

Please login to write comment.