Color Hex Logo

#337fcd Color Hex

#337FCD
(51,127,205)
0 Favorites   0 Comments

Color spaces of #337fcd

RGB 51127205
HSL0.580.610.50
HSV210°75°80°
CMYK 0.750.380.00   0.20
XYZ19.974120.290360.6213
Yxy20.29030.19800.2011
Hunter Lab45.04480.3236-48.2612
CIE-Lab52.16393.4570-47.0086

#337fcd color RGB value is (51,127,205).

#337fcd hex color red value is 51, green value is 127 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #337fcd hue: 0.58 , saturation: 0.61 and the lightness value of 337fcd is 0.50.

The process color (four color CMYK) of #337fcd color hex is 0.75, 0.38, 0.00, 0.20. Web safe color of #337fcd is #3366cc. Color #337fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111111 11001101
Octal 63 177 315
Decimal 51 127 205
Hex 33 7F CD

RGB Percentages of Color #337fcd

%13.32
%33.16
%53.52

CMYK Percentages of Color #337fcd

%75
%38
%0
%20

Triadic Colors of #337fcd

#337fcd #cd337f #7fcd33

Analogous Colors of #337fcd

#337fcd #3433cd #33cccd

Monochromatic Colors of #337fcd

#337fcd

Complementary Color

#337fcd #cd8133

#337fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#337fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#337fcd Color CSS Codes

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

#337fcd Text Font Color

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

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


#337fcd Background Color

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

This div background color is #337fcd


#337fcd Border Color

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

This div border color is #337fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #337fcd


Comments

No comments written yet.

Please login to write comment.