Color Hex Logo

#337fff Color Hex

#337FFF
(51,127,255)
0 Favorites   0 Comments

Color spaces of #337fff

RGB 51127255
HSL0.601.000.60
HSV218°80°100°
CMYK 0.800.500.00   0.00
XYZ27.004623.102697.6437
Yxy23.10260.18280.1564
Hunter Lab48.065216.1732-86.8012
CIE-Lab55.177921.9015-70.1466

#337fff color RGB value is (51,127,255).

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

The process color (four color CMYK) of #337fff color hex is 0.80, 0.50, 0.00, 0.00. Web safe color of #337fff is #3366ff. Color #337fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111111 11111111
Octal 63 177 377
Decimal 51 127 255
Hex 33 7F FF

RGB Percentages of Color #337fff

%11.78
%29.33
%58.89

CMYK Percentages of Color #337fff

%80
%50
%0
%0

Triadic Colors of #337fff

#337fff #ff337f #7fff33

Analogous Colors of #337fff

#337fff #4d33ff #33e5ff

Monochromatic Colors of #337fff

#337fff

Complementary Color

#337fff #ffb333

#337fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#337fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#337fff Color CSS Codes

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

#337fff Text Font Color

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

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


#337fff Background Color

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

This div background color is #337fff


#337fff Border Color

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

This div border color is #337fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #337fff

Related Colors


Comments

No comments written yet.

Please login to write comment.