Color Hex Logo

#0321ab Color Hex

#0321AB
(3,33,171)
0 Favorites   0 Comments

Color spaces of #0321ab

RGB 333171
HSL0.640.970.34
HSV229°98°67°
CMYK 0.980.810.00   0.33
XYZ7.93214.047338.8912
Yxy4.04730.15590.0796
Hunter Lab20.117935.1728-100.5347
CIE-Lab23.827246.8319-73.2361

#0321ab color RGB value is (3,33,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00100001 10101011
Octal 3 41 253
Decimal 3 33 171
Hex 3 21 AB

RGB Percentages of Color #0321ab

%1.45
%15.94
%82.61

CMYK Percentages of Color #0321ab

%98
%81
%0
%33

Triadic Colors of #0321ab

#0321ab #ab0321 #21ab03

Analogous Colors of #0321ab

#0321ab #3903ab #0375ab

Monochromatic Colors of #0321ab

#0321ab

Complementary Color

#0321ab #ab8d03

#0321ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0321ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0321ab Color CSS Codes

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

#0321ab Text Font Color

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

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


#0321ab Background Color

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

This div background color is #0321ab


#0321ab Border Color

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

This div border color is #0321ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,33,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0321ab


Comments

No comments written yet.

Please login to write comment.