Color Hex Logo

#337dff Color Hex

#337DFF
(51,125,255)
0 Favorites   0 Comments

Color spaces of #337dff

RGB 51125255
HSL0.611.000.60
HSV218°80°100°
CMYK 0.800.510.00   0.00
XYZ26.748922.591097.5584
Yxy22.59100.18210.1538
Hunter Lab47.530017.2786-88.4256
CIE-Lab54.648523.1423-71.0031

#337dff color RGB value is (51,125,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111101 11111111
Octal 63 175 377
Decimal 51 125 255
Hex 33 7D FF

RGB Percentages of Color #337dff

%11.83
%29.00
%59.16

CMYK Percentages of Color #337dff

%80
%51
%0
%0

Triadic Colors of #337dff

#337dff #ff337d #7dff33

Analogous Colors of #337dff

#337dff #4f33ff #33e3ff

Monochromatic Colors of #337dff

#337dff

Complementary Color

#337dff #ffb533

#337dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#337dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#337dff Color CSS Codes

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

#337dff Text Font Color

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

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


#337dff Background Color

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

This div background color is #337dff


#337dff Border Color

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

This div border color is #337dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #337dff


Comments

No comments written yet.

Please login to write comment.