Color Hex Logo

#308dfe Color Hex

#308DFE
(48,141,254)
0 Favorites   0 Comments

Color spaces of #308dfe

RGB 48141254
HSL0.590.990.59
HSV213°81°100°
CMYK 0.810.440.00   0.00
XYZ28.633226.833997.4363
Yxy26.83390.18730.1755
Hunter Lab51.80148.0132-75.2609
CIE-Lab58.820312.6807-63.7299

#308dfe color RGB value is (48,141,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001101 11111110
Octal 60 215 376
Decimal 48 141 254
Hex 30 8D FE

RGB Percentages of Color #308dfe

%10.84
%31.83
%57.34

CMYK Percentages of Color #308dfe

%81
%44
%0
%0

Triadic Colors of #308dfe

#308dfe #fe308d #8dfe30

Analogous Colors of #308dfe

#308dfe #3a30fe #30f4fe

Monochromatic Colors of #308dfe

#308dfe

Complementary Color

#308dfe #fea130

#308dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#308dfe Color CSS Codes

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

#308dfe Text Font Color

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

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


#308dfe Background Color

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

This div background color is #308dfe


#308dfe Border Color

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

This div border color is #308dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.