Color Hex Logo

#308ffb Color Hex

#308FFB
(48,143,251)
0 Favorites   0 Comments

Color spaces of #308ffb

RGB 48143251
HSL0.590.960.59
HSV212°81°98°
CMYK 0.810.430.00   0.02
XYZ28.454027.238395.0246
Yxy27.23830.18880.1807
Hunter Lab52.19035.9846-71.4180
CIE-Lab59.194310.3680-61.4817

#308ffb color RGB value is (48,143,251).

#308ffb hex color red value is 48, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #308ffb hue: 0.59 , saturation: 0.96 and the lightness value of 308ffb is 0.59.

The process color (four color CMYK) of #308ffb color hex is 0.81, 0.43, 0.00, 0.02. Web safe color of #308ffb is #3399ff. Color #308ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001111 11111011
Octal 60 217 373
Decimal 48 143 251
Hex 30 8F FB

RGB Percentages of Color #308ffb

%10.86
%32.35
%56.79

CMYK Percentages of Color #308ffb

%81
%43
%0
%2

Triadic Colors of #308ffb

#308ffb #fb308f #8ffb30

Analogous Colors of #308ffb

#308ffb #3630fb #30f5fb

Monochromatic Colors of #308ffb

#308ffb

Complementary Color

#308ffb #fb9c30

#308ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#308ffb Color CSS Codes

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

#308ffb Text Font Color

<p style="color:#308ffb">Text here</p>

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


#308ffb Background Color

<div style="background-color:#308ffb">
Div content here</div>

This div background color is #308ffb


#308ffb Border Color

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

This div border color is #308ffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,143,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #308ffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #308ffb;
  -webkit-box-shadow: 1px 1px 3px 2px #308ffb;
  box-shadow:         1px 1px 3px 2px #308ffb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308ffb


Comments

No comments written yet.

Please login to write comment.