Color Hex Logo

#3080ba Color Hex

#3080BA
(48,128,186)
0 Favorites   0 Comments

Color spaces of #3080ba

RGB 48128186
HSL0.570.590.46
HSV205°74°73°
CMYK 0.740.310.00   0.27
XYZ17.801019.611949.3016
Yxy19.61190.20530.2262
Hunter Lab44.2853-5.7492-35.0062
CIE-Lab51.3955-4.4283-37.3792

#3080ba color RGB value is (48,128,186).

#3080ba hex color red value is 48, green value is 128 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3080ba hue: 0.57 , saturation: 0.59 and the lightness value of 3080ba is 0.46.

The process color (four color CMYK) of #3080ba color hex is 0.74, 0.31, 0.00, 0.27. Web safe color of #3080ba is #3399cc. Color #3080ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000000 10111010
Octal 60 200 272
Decimal 48 128 186
Hex 30 80 BA

RGB Percentages of Color #3080ba

%13.26
%35.36
%51.38

CMYK Percentages of Color #3080ba

%74
%31
%0
%27

Triadic Colors of #3080ba

#3080ba #ba3080 #80ba30

Analogous Colors of #3080ba

#3080ba #303bba #30baaf

Monochromatic Colors of #3080ba

#3080ba

Complementary Color

#3080ba #ba6a30

#3080ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3080ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3080ba Color CSS Codes

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

#3080ba Text Font Color

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

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


#3080ba Background Color

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

This div background color is #3080ba


#3080ba Border Color

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

This div border color is #3080ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3080ba


Comments

No comments written yet.

Please login to write comment.