Color Hex Logo

#323abe Color Hex

#323ABE
(50,58,190)
0 Favorites   0 Comments

Color spaces of #323abe

RGB 5058190
HSL0.660.580.47
HSV237°74°75°
CMYK 0.740.690.00   0.25
XYZ12.12277.421949.5088
Yxy7.42190.17560.1075
Hunter Lab27.243231.7536-88.6771
CIE-Lab32.748741.5611-69.7438

#323abe color RGB value is (50,58,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111010 10111110
Octal 62 72 276
Decimal 50 58 190
Hex 32 3A BE

RGB Percentages of Color #323abe

%16.78
%19.46
%63.76

CMYK Percentages of Color #323abe

%74
%69
%0
%25

Triadic Colors of #323abe

#323abe #be323a #3abe32

Analogous Colors of #323abe

#323abe #7032be #3280be

Monochromatic Colors of #323abe

#323abe

Complementary Color

#323abe #beb632

#323abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#323abe Color CSS Codes

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

#323abe Text Font Color

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

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


#323abe Background Color

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

This div background color is #323abe


#323abe Border Color

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

This div border color is #323abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,58,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 #323abe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323abe


Comments

No comments written yet.

Please login to write comment.