Color Hex Logo

#3001ab Color Hex

#3001AB
(48,1,171)
0 Favorites   0 Comments

Color spaces of #3001ab

RGB 481171
HSL0.710.990.34
HSV257°99°67°
CMYK 0.720.990.00   0.33
XYZ8.58053.590438.7688
Yxy3.59040.16840.0705
Hunter Lab18.948447.6717-108.0450
CIE-Lab22.268359.3499-75.7749

#3001ab color RGB value is (48,1,171).

#3001ab hex color red value is 48, green value is 1 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3001ab hue: 0.71 , saturation: 0.99 and the lightness value of 3001ab is 0.34.

The process color (four color CMYK) of #3001ab color hex is 0.72, 0.99, 0.00, 0.33. Web safe color of #3001ab is #330099. Color #3001ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000001 10101011
Octal 60 1 253
Decimal 48 1 171
Hex 30 1 AB

RGB Percentages of Color #3001ab

%21.82
%0.45
%77.73

CMYK Percentages of Color #3001ab

%72
%99
%0
%33

Triadic Colors of #3001ab

#3001ab #ab3001 #01ab30

Analogous Colors of #3001ab

#3001ab #8501ab #0127ab

Monochromatic Colors of #3001ab

#3001ab

Complementary Color

#3001ab #7cab01

#3001ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3001ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3001ab Color CSS Codes

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

#3001ab Text Font Color

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

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


#3001ab Background Color

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

This div background color is #3001ab


#3001ab Border Color

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

This div border color is #3001ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3001ab


Comments

No comments written yet.

Please login to write comment.