Color Hex Logo

#339eff Color Hex

#339EFF
(51,158,255)
0 Favorites   0 Comments

Color spaces of #339eff

RGB 51158255
HSL0.581.000.60
HSV209°80°100°
CMYK 0.800.380.00   0.00
XYZ31.642132.377599.1895
Yxy32.37750.19390.1984
Hunter Lab56.9012-0.3154-63.5227
CIE-Lab63.65373.1991-56.5456

#339eff color RGB value is (51,158,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011110 11111111
Octal 63 236 377
Decimal 51 158 255
Hex 33 9E FF

RGB Percentages of Color #339eff

%10.99
%34.05
%54.96

CMYK Percentages of Color #339eff

%80
%38
%0
%0

Triadic Colors of #339eff

#339eff #ff339e #9eff33

Analogous Colors of #339eff

#339eff #3338ff #33fffa

Monochromatic Colors of #339eff

#339eff

Complementary Color

#339eff #ff9433

#339eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#339eff Color CSS Codes

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

#339eff Text Font Color

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

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


#339eff Background Color

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

This div background color is #339eff


#339eff Border Color

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

This div border color is #339eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339eff

Related Colors


Comments

No comments written yet.

Please login to write comment.