Color Hex Logo

#323fbe Color Hex

#323FBE
(50,63,190)
0 Favorites   0 Comments

Color spaces of #323fbe

RGB 5063190
HSL0.650.580.47
HSV234°74°75°
CMYK 0.740.670.00   0.25
XYZ12.38727.950849.5970
Yxy7.95080.17710.1137
Hunter Lab28.197229.0712-84.5493
CIE-Lab33.880238.5012-67.8842

#323fbe color RGB value is (50,63,190).

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

The process color (four color CMYK) of #323fbe color hex is 0.74, 0.67, 0.00, 0.25. Web safe color of #323fbe is #3333cc. Color #323fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111111 10111110
Octal 62 77 276
Decimal 50 63 190
Hex 32 3F BE

RGB Percentages of Color #323fbe

%16.50
%20.79
%62.71

CMYK Percentages of Color #323fbe

%74
%67
%0
%25

Triadic Colors of #323fbe

#323fbe #be323f #3fbe32

Analogous Colors of #323fbe

#323fbe #6b32be #3285be

Monochromatic Colors of #323fbe

#323fbe

Complementary Color

#323fbe #beb132

#323fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#323fbe Color CSS Codes

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

#323fbe Text Font Color

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

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


#323fbe Background Color

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

This div background color is #323fbe


#323fbe Border Color

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

This div border color is #323fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323fbe


Comments

No comments written yet.

Please login to write comment.