Color Hex Logo

#3083ba Color Hex

#3083BA
(48,131,186)
0 Favorites   0 Comments

Color spaces of #3083ba

RGB 48131186
HSL0.570.590.46
HSV204°74°73°
CMYK 0.740.300.00   0.27
XYZ18.198120.406149.4340
Yxy20.40610.20670.2318
Hunter Lab45.1731-7.1438-33.2613
CIE-Lab52.2933-6.1862-35.9688

#3083ba color RGB value is (48,131,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000011 10111010
Octal 60 203 272
Decimal 48 131 186
Hex 30 83 BA

RGB Percentages of Color #3083ba

%13.15
%35.89
%50.96

CMYK Percentages of Color #3083ba

%74
%30
%0
%27

Triadic Colors of #3083ba

#3083ba #ba3083 #83ba30

Analogous Colors of #3083ba

#3083ba #303eba #30baac

Monochromatic Colors of #3083ba

#3083ba

Complementary Color

#3083ba #ba6730

#3083ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3083ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3083ba Color CSS Codes

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

#3083ba Text Font Color

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

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


#3083ba Background Color

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

This div background color is #3083ba


#3083ba Border Color

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

This div border color is #3083ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3083ba


Comments

No comments written yet.

Please login to write comment.