Color Hex Logo

#0321ac Color Hex

#0321AC
(3,33,172)
0 Favorites   0 Comments

Color spaces of #0321ac

RGB 333172
HSL0.640.970.34
HSV229°98°67°
CMYK 0.980.810.00   0.33
XYZ8.02784.085639.3952
Yxy4.08560.15590.0793
Hunter Lab20.212935.5211-101.4081
CIE-Lab23.952447.1674-73.6306

#0321ac color RGB value is (3,33,172).

#0321ac hex color red value is 3, green value is 33 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0321ac hue: 0.64 , saturation: 0.97 and the lightness value of 0321ac is 0.34.

The process color (four color CMYK) of #0321ac color hex is 0.98, 0.81, 0.00, 0.33. Web safe color of #0321ac is #003399. Color #0321ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00100001 10101100
Octal 3 41 254
Decimal 3 33 172
Hex 3 21 AC

RGB Percentages of Color #0321ac

%1.44
%15.87
%82.69

CMYK Percentages of Color #0321ac

%98
%81
%0
%33

Triadic Colors of #0321ac

#0321ac #ac0321 #21ac03

Analogous Colors of #0321ac

#0321ac #3a03ac #0376ac

Monochromatic Colors of #0321ac

#0321ac

Complementary Color

#0321ac #ac8e03

#0321ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0321ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0321ac Color CSS Codes

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

#0321ac Text Font Color

<p style="color:#0321ac">Text here</p>

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


#0321ac Background Color

<div style="background-color:#0321ac">
Div content here</div>

This div background color is #0321ac


#0321ac Border Color

<div style="border:3px solid #0321ac">
Div here</div>

This div border color is #0321ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,33,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0321ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0321ac;
  -webkit-box-shadow: 1px 1px 3px 2px #0321ac;
  box-shadow:         1px 1px 3px 2px #0321ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,33,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 #0321ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0321ac


Comments

No comments written yet.

Please login to write comment.