Color Hex Logo

#323fce Color Hex

#323FCE
(50,63,206)
0 Favorites   0 Comments

Color spaces of #323fce

RGB 5063206
HSL0.650.610.50
HSV235°76°81°
CMYK 0.760.690.00   0.19
XYZ14.23358.689459.3195
Yxy8.68940.17310.1057
Hunter Lab29.477834.6035-98.6775
CIE-Lab35.379344.0559-74.7613

#323fce color RGB value is (50,63,206).

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

The process color (four color CMYK) of #323fce color hex is 0.76, 0.69, 0.00, 0.19. Web safe color of #323fce is #3333cc. Color #323fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111111 11001110
Octal 62 77 316
Decimal 50 63 206
Hex 32 3F CE

RGB Percentages of Color #323fce

%15.67
%19.75
%64.58

CMYK Percentages of Color #323fce

%76
%69
%0
%19

Triadic Colors of #323fce

#323fce #ce323f #3fce32

Analogous Colors of #323fce

#323fce #7332ce #328dce

Monochromatic Colors of #323fce

#323fce

Complementary Color

#323fce #cec132

#323fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#323fce Color CSS Codes

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

#323fce Text Font Color

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

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


#323fce Background Color

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

This div background color is #323fce


#323fce Border Color

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

This div border color is #323fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323fce


Comments

No comments written yet.

Please login to write comment.