Color Hex Logo

#323dae Color Hex

#323DAE
(50,61,174)
0 Favorites   0 Comments

Color spaces of #323dae

RGB 5061174
HSL0.650.550.44
HSV235°71°68°
CMYK 0.710.650.00   0.32
XYZ10.62417.071640.8494
Yxy7.07160.18150.1208
Hunter Lab26.592524.7766-72.4622
CIE-Lab31.969434.0899-61.5407

#323dae color RGB value is (50,61,174).

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

The process color (four color CMYK) of #323dae color hex is 0.71, 0.65, 0.00, 0.32. Web safe color of #323dae is #333399. Color #323dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111101 10101110
Octal 62 75 256
Decimal 50 61 174
Hex 32 3D AE

RGB Percentages of Color #323dae

%17.54
%21.40
%61.05

CMYK Percentages of Color #323dae

%71
%65
%0
%32

Triadic Colors of #323dae

#323dae #ae323d #3dae32

Analogous Colors of #323dae

#323dae #6532ae #327bae

Monochromatic Colors of #323dae

#323dae

Complementary Color

#323dae #aea332

#323dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#323dae Color CSS Codes

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

#323dae Text Font Color

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

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


#323dae Background Color

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

This div background color is #323dae


#323dae Border Color

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

This div border color is #323dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323dae


Comments

No comments written yet.

Please login to write comment.