Color Hex Logo

#306eff Color Hex

#306EFF
(48,110,255)
0 Favorites   0 Comments

Color spaces of #306eff

RGB 48110255
HSL0.621.000.59
HSV222°81°100°
CMYK 0.810.570.00   0.00
XYZ24.844919.000296.9657
Yxy19.00020.17640.1349
Hunter Lab43.589225.4600-101.3802
CIE-Lab50.687432.2495-77.4413

#306eff color RGB value is (48,110,255).

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

The process color (four color CMYK) of #306eff color hex is 0.81, 0.57, 0.00, 0.00. Web safe color of #306eff is #3366ff. Color #306eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101110 11111111
Octal 60 156 377
Decimal 48 110 255
Hex 30 6E FF

RGB Percentages of Color #306eff

%11.62
%26.63
%61.74

CMYK Percentages of Color #306eff

%81
%57
%0
%0

Triadic Colors of #306eff

#306eff #ff306e #6eff30

Analogous Colors of #306eff

#306eff #5930ff #30d6ff

Monochromatic Colors of #306eff

#306eff

Complementary Color

#306eff #ffc130

#306eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#306eff Color CSS Codes

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

#306eff Text Font Color

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

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


#306eff Background Color

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

This div background color is #306eff


#306eff Border Color

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

This div border color is #306eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306eff


Comments

No comments written yet.

Please login to write comment.