Color Hex Logo

#3016aa Color Hex

#3016AA
(48,22,170)
0 Favorites   0 Comments

Color spaces of #3016aa

RGB 4822170
HSL0.700.770.38
HSV251°87°67°
CMYK 0.720.870.00   0.33
XYZ8.76154.104538.3607
Yxy4.10450.17100.0801
Hunter Lab20.259641.7403-98.0816
CIE-Lab24.013953.3916-72.2660

#3016aa color RGB value is (48,22,170).

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

The process color (four color CMYK) of #3016aa color hex is 0.72, 0.87, 0.00, 0.33. Web safe color of #3016aa is #330099. Color #3016aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010110 10101010
Octal 60 26 252
Decimal 48 22 170
Hex 30 16 AA

RGB Percentages of Color #3016aa

%20.00
%9.17
%70.83

CMYK Percentages of Color #3016aa

%72
%87
%0
%33

Triadic Colors of #3016aa

#3016aa #aa3016 #16aa30

Analogous Colors of #3016aa

#3016aa #7a16aa #1646aa

Monochromatic Colors of #3016aa

#3016aa

Complementary Color

#3016aa #90aa16

#3016aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3016aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3016aa Color CSS Codes

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

#3016aa Text Font Color

<p style="color:#3016aa">Text here</p>

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


#3016aa Background Color

<div style="background-color:#3016aa">
Div content here</div>

This div background color is #3016aa


#3016aa Border Color

<div style="border:3px solid #3016aa">
Div here</div>

This div border color is #3016aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,22,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3016aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3016aa;
  -webkit-box-shadow: 1px 1px 3px 2px #3016aa;
  box-shadow:         1px 1px 3px 2px #3016aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,22,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3016aa


Comments

No comments written yet.

Please login to write comment.