Color Hex Logo

#321aac Color Hex

#321AAC
(50,26,172)
0 Favorites   0 Comments

Color spaces of #321aac

RGB 5026172
HSL0.690.740.39
HSV250°85°67°
CMYK 0.710.850.00   0.33
XYZ9.13124.395539.3969
Yxy4.39550.17250.0831
Hunter Lab20.965441.0536-96.7381
CIE-Lab24.938152.5416-71.9332

#321aac color RGB value is (50,26,172).

#321aac hex color red value is 50, green value is 26 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #321aac hue: 0.69 , saturation: 0.74 and the lightness value of 321aac is 0.39.

The process color (four color CMYK) of #321aac color hex is 0.71, 0.85, 0.00, 0.33. Web safe color of #321aac is #333399. Color #321aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011010 10101100
Octal 62 32 254
Decimal 50 26 172
Hex 32 1A AC

RGB Percentages of Color #321aac

%20.16
%10.48
%69.35

CMYK Percentages of Color #321aac

%71
%85
%0
%33

Triadic Colors of #321aac

#321aac #ac321a #1aac32

Analogous Colors of #321aac

#321aac #7b1aac #1a4bac

Monochromatic Colors of #321aac

#321aac

Complementary Color

#321aac #94ac1a

#321aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#321aac Color CSS Codes

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

#321aac Text Font Color

<p style="color:#321aac">Text here</p>

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


#321aac Background Color

<div style="background-color:#321aac">
Div content here</div>

This div background color is #321aac


#321aac Border Color

<div style="border:3px solid #321aac">
Div here</div>

This div border color is #321aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,26,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #321aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #321aac;
  -webkit-box-shadow: 1px 1px 3px 2px #321aac;
  box-shadow:         1px 1px 3px 2px #321aac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321aac


Comments

No comments written yet.

Please login to write comment.