Color Hex Logo

#323aaf Color Hex

#323AAF
(50,58,175)
0 Favorites   0 Comments

Color spaces of #323aaf

RGB 5058175
HSL0.660.560.44
HSV236°71°69°
CMYK 0.710.670.00   0.31
XYZ10.56636.799441.3129
Yxy6.79940.18010.1159
Hunter Lab26.075726.6988-75.6830
CIE-Lab31.345836.3401-63.1593

#323aaf color RGB value is (50,58,175).

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

The process color (four color CMYK) of #323aaf color hex is 0.71, 0.67, 0.00, 0.31. Web safe color of #323aaf is #333399. Color #323aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111010 10101111
Octal 62 72 257
Decimal 50 58 175
Hex 32 3A AF

RGB Percentages of Color #323aaf

%17.67
%20.49
%61.84

CMYK Percentages of Color #323aaf

%71
%67
%0
%31

Triadic Colors of #323aaf

#323aaf #af323a #3aaf32

Analogous Colors of #323aaf

#323aaf #6932af #3279af

Monochromatic Colors of #323aaf

#323aaf

Complementary Color

#323aaf #afa732

#323aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#323aaf Color CSS Codes

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

#323aaf Text Font Color

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

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


#323aaf Background Color

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

This div background color is #323aaf


#323aaf Border Color

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

This div border color is #323aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323aaf


Comments

No comments written yet.

Please login to write comment.