Color Hex Logo

#323daa Color Hex

#323DAA
(50,61,170)
0 Favorites   0 Comments

Color spaces of #323daa

RGB 5061170
HSL0.650.550.43
HSV235°71°67°
CMYK 0.710.640.00   0.33
XYZ10.23986.917938.8258
Yxy6.91790.18290.1236
Hunter Lab26.301923.4649-69.1102
CIE-Lab31.619332.6591-59.7219

#323daa color RGB value is (50,61,170).

#323daa hex color red value is 50, green value is 61 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #323daa hue: 0.65 , saturation: 0.55 and the lightness value of 323daa is 0.43.

The process color (four color CMYK) of #323daa color hex is 0.71, 0.64, 0.00, 0.33. Web safe color of #323daa is #333399. Color #323daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111101 10101010
Octal 62 75 252
Decimal 50 61 170
Hex 32 3D AA

RGB Percentages of Color #323daa

%17.79
%21.71
%60.50

CMYK Percentages of Color #323daa

%71
%64
%0
%33

Triadic Colors of #323daa

#323daa #aa323d #3daa32

Analogous Colors of #323daa

#323daa #6332aa #3279aa

Monochromatic Colors of #323daa

#323daa

Complementary Color

#323daa #aa9f32

#323daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#323daa Color CSS Codes

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

#323daa Text Font Color

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

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


#323daa Background Color

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

This div background color is #323daa


#323daa Border Color

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

This div border color is #323daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323daa


Comments

No comments written yet.

Please login to write comment.