Color Hex Logo

#309eff Color Hex

#309EFF
(48,158,255)
0 Favorites   0 Comments

Color spaces of #309eff

RGB 48158255
HSL0.581.000.59
HSV208°81°100°
CMYK 0.810.380.00   0.00
XYZ31.495832.302199.1827
Yxy32.30210.19320.1982
Hunter Lab56.8349-0.5431-63.6826
CIE-Lab63.59182.9309-56.6478

#309eff color RGB value is (48,158,255).

#309eff hex color red value is 48, green value is 158 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #309eff hue: 0.58 , saturation: 1.00 and the lightness value of 309eff is 0.59.

The process color (four color CMYK) of #309eff color hex is 0.81, 0.38, 0.00, 0.00. Web safe color of #309eff is #3399ff. Color #309eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011110 11111111
Octal 60 236 377
Decimal 48 158 255
Hex 30 9E FF

RGB Percentages of Color #309eff

%10.41
%34.27
%55.31

CMYK Percentages of Color #309eff

%81
%38
%0
%0

Triadic Colors of #309eff

#309eff #ff309e #9eff30

Analogous Colors of #309eff

#309eff #3037ff #30fff9

Monochromatic Colors of #309eff

#309eff

Complementary Color

#309eff #ff9130

#309eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#309eff Color CSS Codes

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

#309eff Text Font Color

<p style="color:#309eff">Text here</p>

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


#309eff Background Color

<div style="background-color:#309eff">
Div content here</div>

This div background color is #309eff


#309eff Border Color

<div style="border:3px solid #309eff">
Div here</div>

This div border color is #309eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,158,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #309eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #309eff;
  -webkit-box-shadow: 1px 1px 3px 2px #309eff;
  box-shadow:         1px 1px 3px 2px #309eff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309eff

Related Colors


Comments

No comments written yet.

Please login to write comment.