Color Hex Logo

#3086eb Color Hex

#3086EB
(48,134,235)
0 Favorites   0 Comments

Color spaces of #3086eb

RGB 48134235
HSL0.590.820.55
HSV212°80°92°
CMYK 0.800.430.00   0.08
XYZ24.739423.676781.8634
Yxy23.67670.18990.1817
Hunter Lab48.65875.6015-65.6884
CIE-Lab55.76269.9205-58.1325

#3086eb color RGB value is (48,134,235).

#3086eb hex color red value is 48, green value is 134 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3086eb hue: 0.59 , saturation: 0.82 and the lightness value of 3086eb is 0.55.

The process color (four color CMYK) of #3086eb color hex is 0.80, 0.43, 0.00, 0.08. Web safe color of #3086eb is #3399ff. Color #3086eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000110 11101011
Octal 60 206 353
Decimal 48 134 235
Hex 30 86 EB

RGB Percentages of Color #3086eb

%11.51
%32.13
%56.35

CMYK Percentages of Color #3086eb

%80
%43
%0
%8

Triadic Colors of #3086eb

#3086eb #eb3086 #86eb30

Analogous Colors of #3086eb

#3086eb #3830eb #30e4eb

Monochromatic Colors of #3086eb

#3086eb

Complementary Color

#3086eb #eb9530

#3086eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3086eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3086eb Color CSS Codes

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

#3086eb Text Font Color

<p style="color:#3086eb">Text here</p>

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


#3086eb Background Color

<div style="background-color:#3086eb">
Div content here</div>

This div background color is #3086eb


#3086eb Border Color

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

This div border color is #3086eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,134,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3086eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3086eb;
  -webkit-box-shadow: 1px 1px 3px 2px #3086eb;
  box-shadow:         1px 1px 3px 2px #3086eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3086eb


Comments

No comments written yet.

Please login to write comment.