Color Hex Logo

#323dcc Color Hex

#323DCC
(50,61,204)
0 Favorites   0 Comments

Color spaces of #323dcc

RGB 5061204
HSL0.650.610.50
HSV236°75°80°
CMYK 0.750.700.00   0.20
XYZ13.88328.375258.0116
Yxy8.37520.17300.1043
Hunter Lab28.939934.9859-98.5919
CIE-Lab34.752444.5617-74.6327

#323dcc color RGB value is (50,61,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111101 11001100
Octal 62 75 314
Decimal 50 61 204
Hex 32 3D CC

RGB Percentages of Color #323dcc

%15.87
%19.37
%64.76

CMYK Percentages of Color #323dcc

%75
%70
%0
%20

Triadic Colors of #323dcc

#323dcc #cc323d #3dcc32

Analogous Colors of #323dcc

#323dcc #7432cc #328acc

Monochromatic Colors of #323dcc

#323dcc

Complementary Color

#323dcc #ccc132

#323dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#323dcc Color CSS Codes

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

#323dcc Text Font Color

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

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


#323dcc Background Color

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

This div background color is #323dcc


#323dcc Border Color

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

This div border color is #323dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323dcc


Comments

No comments written yet.

Please login to write comment.