Color Hex Logo

#339fff Color Hex

#339FFF
(51,159,255)
0 Favorites   0 Comments

Color spaces of #339fff

RGB 51159255
HSL0.581.000.60
HSV208°80°100°
CMYK 0.800.380.00   0.00
XYZ31.813432.720199.2466
Yxy32.72010.19420.1998
Hunter Lab57.2015-0.8273-62.8292
CIE-Lab63.93362.6165-56.1001

#339fff color RGB value is (51,159,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011111 11111111
Octal 63 237 377
Decimal 51 159 255
Hex 33 9F FF

RGB Percentages of Color #339fff

%10.97
%34.19
%54.84

CMYK Percentages of Color #339fff

%80
%38
%0
%0

Triadic Colors of #339fff

#339fff #ff339f #9fff33

Analogous Colors of #339fff

#339fff #3339ff #33fff9

Monochromatic Colors of #339fff

#339fff

Complementary Color

#339fff #ff9333

#339fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#339fff Color CSS Codes

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

#339fff Text Font Color

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

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


#339fff Background Color

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

This div background color is #339fff


#339fff Border Color

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

This div border color is #339fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339fff


Comments

No comments written yet.

Please login to write comment.