Color Hex Logo

#337ffd Color Hex

#337FFD
(51,127,253)
0 Favorites   0 Comments

Color spaces of #337ffd

RGB 51127253
HSL0.600.980.60
HSV217°80°99°
CMYK 0.800.500.00   0.01
XYZ26.684222.974495.9566
Yxy22.97440.18330.1578
Hunter Lab47.931615.4931-85.1434
CIE-Lab55.046021.1648-69.2568

#337ffd color RGB value is (51,127,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111111 11111101
Octal 63 177 375
Decimal 51 127 253
Hex 33 7F FD

RGB Percentages of Color #337ffd

%11.83
%29.47
%58.70

CMYK Percentages of Color #337ffd

%80
%50
%0
%1

Triadic Colors of #337ffd

#337ffd #fd337f #7ffd33

Analogous Colors of #337ffd

#337ffd #4c33fd #33e4fd

Monochromatic Colors of #337ffd

#337ffd

Complementary Color

#337ffd #fdb133

#337ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#337ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#337ffd Color CSS Codes

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

#337ffd Text Font Color

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

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


#337ffd Background Color

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

This div background color is #337ffd


#337ffd Border Color

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

This div border color is #337ffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,127,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #337ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.