Color Hex Logo

#3080ab Color Hex

#3080AB
(48,128,171)
0 Favorites   0 Comments

Color spaces of #3080ab

RGB 48128171
HSL0.560.560.43
HSV201°72°67°
CMYK 0.720.250.00   0.33
XYZ16.288819.007041.3383
Yxy19.00700.21260.2480
Hunter Lab43.5970-9.6033-25.7003
CIE-Lab50.6954-9.7518-29.8276

#3080ab color RGB value is (48,128,171).

#3080ab hex color red value is 48, green value is 128 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3080ab hue: 0.56 , saturation: 0.56 and the lightness value of 3080ab is 0.43.

The process color (four color CMYK) of #3080ab color hex is 0.72, 0.25, 0.00, 0.33. Web safe color of #3080ab is #339999. Color #3080ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000000 10101011
Octal 60 200 253
Decimal 48 128 171
Hex 30 80 AB

RGB Percentages of Color #3080ab

%13.83
%36.89
%49.28

CMYK Percentages of Color #3080ab

%72
%25
%0
%33

Triadic Colors of #3080ab

#3080ab #ab3080 #80ab30

Analogous Colors of #3080ab

#3080ab #3042ab #30ab99

Monochromatic Colors of #3080ab

#3080ab

Complementary Color

#3080ab #ab5b30

#3080ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3080ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3080ab Color CSS Codes

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

#3080ab Text Font Color

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

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


#3080ab Background Color

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

This div background color is #3080ab


#3080ab Border Color

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

This div border color is #3080ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3080ab


Comments

No comments written yet.

Please login to write comment.