Color Hex Logo

#3300ab Color Hex

#3300AB
(51,0,171)
0 Favorites   0 Comments

Color spaces of #3300ab

RGB 510171
HSL0.721.000.34
HSV258°100°67°
CMYK 0.701.000.00   0.33
XYZ8.71593.644138.7721
Yxy3.64410.17050.0713
Hunter Lab19.089548.0929-107.0593
CIE-Lab22.458159.7053-75.4516

#3300ab color RGB value is (51,0,171).

#3300ab hex color red value is 51, green value is 0 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3300ab hue: 0.72 , saturation: 1.00 and the lightness value of 3300ab is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000000 10101011
Octal 63 0 253
Decimal 51 0 171
Hex 33 0 AB

RGB Percentages of Color #3300ab

%22.97
%0.00
%77.03

CMYK Percentages of Color #3300ab

%70
%100
%0
%33

Triadic Colors of #3300ab

#3300ab #ab3300 #00ab33

Analogous Colors of #3300ab

#3300ab #8900ab #0023ab

Monochromatic Colors of #3300ab

#3300ab

Complementary Color

#3300ab #78ab00

#3300ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3300ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3300ab Color CSS Codes

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

#3300ab Text Font Color

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

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


#3300ab Background Color

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

This div background color is #3300ab


#3300ab Border Color

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

This div border color is #3300ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3300ab


Comments

No comments written yet.

Please login to write comment.