Color Hex Logo

#323cec Color Hex

#323CEC
(50,60,236)
0 Favorites   0 Comments

Color spaces of #323cec

RGB 5060236
HSL0.660.830.56
HSV237°79°93°
CMYK 0.790.750.00   0.07
XYZ18.07169.966080.3280
Yxy9.96600.16680.0920
Hunter Lab31.569046.9363-128.7665
CIE-Lab37.781355.6959-87.9905

#323cec color RGB value is (50,60,236).

#323cec hex color red value is 50, green value is 60 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #323cec hue: 0.66 , saturation: 0.83 and the lightness value of 323cec is 0.56.

The process color (four color CMYK) of #323cec color hex is 0.79, 0.75, 0.00, 0.07. Web safe color of #323cec is #3333ff. Color #323cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111100 11101100
Octal 62 74 354
Decimal 50 60 236
Hex 32 3C EC

RGB Percentages of Color #323cec

%14.45
%17.34
%68.21

CMYK Percentages of Color #323cec

%79
%75
%0
%7

Triadic Colors of #323cec

#323cec #ec323c #3cec32

Analogous Colors of #323cec

#323cec #8532ec #3299ec

Monochromatic Colors of #323cec

#323cec

Complementary Color

#323cec #ece232

#323cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#323cec Color CSS Codes

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

#323cec Text Font Color

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

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


#323cec Background Color

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

This div background color is #323cec


#323cec Border Color

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

This div border color is #323cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323cec


Comments

No comments written yet.

Please login to write comment.