Color Hex Logo

#337dfe Color Hex

#337DFE
(51,125,254)
0 Favorites   0 Comments

Color spaces of #337dfe

RGB 51125254
HSL0.610.990.60
HSV218°80°100°
CMYK 0.800.510.00   0.00
XYZ26.588222.526896.7127
Yxy22.52680.18230.1545
Hunter Lab47.462416.9356-87.5897
CIE-Lab54.581522.7735-70.5598

#337dfe color RGB value is (51,125,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111101 11111110
Octal 63 175 376
Decimal 51 125 254
Hex 33 7D FE

RGB Percentages of Color #337dfe

%11.86
%29.07
%59.07

CMYK Percentages of Color #337dfe

%80
%51
%0
%0

Triadic Colors of #337dfe

#337dfe #fe337d #7dfe33

Analogous Colors of #337dfe

#337dfe #4e33fe #33e3fe

Monochromatic Colors of #337dfe

#337dfe

Complementary Color

#337dfe #feb433

#337dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#337dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#337dfe Color CSS Codes

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

#337dfe Text Font Color

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

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


#337dfe Background Color

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

This div background color is #337dfe


#337dfe Border Color

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

This div border color is #337dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #337dfe


Comments

No comments written yet.

Please login to write comment.