Color Hex Logo

#3316ab Color Hex

#3316AB
(51,22,171)
0 Favorites   0 Comments

Color spaces of #3316ab

RGB 5122171
HSL0.700.770.38
HSV252°87°67°
CMYK 0.700.870.00   0.33
XYZ9.00284.217938.8677
Yxy4.21790.17280.0810
Hunter Lab20.537542.3063-97.8313
CIE-Lab24.379153.8724-72.2560

#3316ab color RGB value is (51,22,171).

#3316ab hex color red value is 51, green value is 22 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3316ab hue: 0.70 , saturation: 0.77 and the lightness value of 3316ab is 0.38.

The process color (four color CMYK) of #3316ab color hex is 0.70, 0.87, 0.00, 0.33. Web safe color of #3316ab is #330099. Color #3316ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00010110 10101011
Octal 63 26 253
Decimal 51 22 171
Hex 33 16 AB

RGB Percentages of Color #3316ab

%20.90
%9.02
%70.08

CMYK Percentages of Color #3316ab

%70
%87
%0
%33

Triadic Colors of #3316ab

#3316ab #ab3316 #16ab33

Analogous Colors of #3316ab

#3316ab #7e16ab #1644ab

Monochromatic Colors of #3316ab

#3316ab

Complementary Color

#3316ab #8eab16

#3316ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3316ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3316ab Color CSS Codes

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

#3316ab Text Font Color

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

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


#3316ab Background Color

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

This div background color is #3316ab


#3316ab Border Color

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

This div border color is #3316ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,22,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 #3316ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3316ab


Comments

No comments written yet.

Please login to write comment.