Color Hex Logo

#3087eb Color Hex

#3087EB
(48,135,235)
0 Favorites   0 Comments

Color spaces of #3087eb

RGB 48135235
HSL0.590.820.55
HSV212°80°92°
CMYK 0.800.430.00   0.08
XYZ24.878323.954581.9097
Yxy23.95450.19030.1832
Hunter Lab48.94335.0822-64.9652
CIE-Lab56.04229.3118-57.6847

#3087eb color RGB value is (48,135,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000111 11101011
Octal 60 207 353
Decimal 48 135 235
Hex 30 87 EB

RGB Percentages of Color #3087eb

%11.48
%32.30
%56.22

CMYK Percentages of Color #3087eb

%80
%43
%0
%8

Triadic Colors of #3087eb

#3087eb #eb3087 #87eb30

Analogous Colors of #3087eb

#3087eb #3730eb #30e5eb

Monochromatic Colors of #3087eb

#3087eb

Complementary Color

#3087eb #eb9430

#3087eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3087eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3087eb Color CSS Codes

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

#3087eb Text Font Color

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

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


#3087eb Background Color

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

This div background color is #3087eb


#3087eb Border Color

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

This div border color is #3087eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3087eb


Comments

No comments written yet.

Please login to write comment.