Color Hex Logo

#3a80ba Color Hex

#3A80BA
(58,128,186)
0 Favorites   0 Comments

Color spaces of #3a80ba

RGB 58128186
HSL0.580.520.48
HSV207°69°73°
CMYK 0.690.310.00   0.27
XYZ18.327019.883149.3262
Yxy19.88310.20940.2271
Hunter Lab44.5905-4.6686-34.3736
CIE-Lab51.7048-2.9708-36.8716

#3a80ba color RGB value is (58,128,186).

#3a80ba hex color red value is 58, green value is 128 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3a80ba hue: 0.58 , saturation: 0.52 and the lightness value of 3a80ba is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10000000 10111010
Octal 72 200 272
Decimal 58 128 186
Hex 3A 80 BA

RGB Percentages of Color #3a80ba

%15.59
%34.41
%50.00

CMYK Percentages of Color #3a80ba

%69
%31
%0
%27

Triadic Colors of #3a80ba

#3a80ba #ba3a80 #80ba3a

Analogous Colors of #3a80ba

#3a80ba #3a40ba #3abab4

Monochromatic Colors of #3a80ba

#3a80ba

Complementary Color

#3a80ba #ba743a

#3a80ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a80ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a80ba Color CSS Codes

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

#3a80ba Text Font Color

<p style="color:#3a80ba">Text here</p>

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


#3a80ba Background Color

<div style="background-color:#3a80ba">
Div content here</div>

This div background color is #3a80ba


#3a80ba Border Color

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

This div border color is #3a80ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,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 #3a80ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a80ba


Comments

No comments written yet.

Please login to write comment.