Color Hex Logo

#323afb Color Hex

#323AFB
(50,58,251)
0 Favorites   0 Comments

Color spaces of #323afb

RGB 5058251
HSL0.660.960.59
HSV238°80°98°
CMYK 0.800.770.00   0.02
XYZ20.241010.669392.2593
Yxy10.66930.16430.0866
Hunter Lab32.663953.4502-144.6001
CIE-Lab39.017861.4392-94.3964

#323afb color RGB value is (50,58,251).

#323afb hex color red value is 50, green value is 58 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #323afb hue: 0.66 , saturation: 0.96 and the lightness value of 323afb is 0.59.

The process color (four color CMYK) of #323afb color hex is 0.80, 0.77, 0.00, 0.02. Web safe color of #323afb is #3333ff. Color #323afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111010 11111011
Octal 62 72 373
Decimal 50 58 251
Hex 32 3A FB

RGB Percentages of Color #323afb

%13.93
%16.16
%69.92

CMYK Percentages of Color #323afb

%80
%77
%0
%2

Triadic Colors of #323afb

#323afb #fb323a #3afb32

Analogous Colors of #323afb

#323afb #8e32fb #329ffb

Monochromatic Colors of #323afb

#323afb

Complementary Color

#323afb #fbf332

#323afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#323afb Color CSS Codes

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

#323afb Text Font Color

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

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


#323afb Background Color

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

This div background color is #323afb


#323afb Border Color

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

This div border color is #323afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323afb


Comments

No comments written yet.

Please login to write comment.