Color Hex Logo

#337acd Color Hex

#337ACD
(51,122,205)
0 Favorites   0 Comments

Color spaces of #337acd

RGB 51122205
HSL0.590.610.50
HSV212°75°80°
CMYK 0.750.400.00   0.20
XYZ19.344219.030760.4113
Yxy19.03070.19580.1926
Hunter Lab43.62422.8096-51.5686
CIE-Lab50.72316.5088-49.3025

#337acd color RGB value is (51,122,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111010 11001101
Octal 63 172 315
Decimal 51 122 205
Hex 33 7A CD

RGB Percentages of Color #337acd

%13.49
%32.28
%54.23

CMYK Percentages of Color #337acd

%75
%40
%0
%20

Triadic Colors of #337acd

#337acd #cd337a #7acd33

Analogous Colors of #337acd

#337acd #3933cd #33c7cd

Monochromatic Colors of #337acd

#337acd

Complementary Color

#337acd #cd8633

#337acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#337acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#337acd Color CSS Codes

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

#337acd Text Font Color

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

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


#337acd Background Color

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

This div background color is #337acd


#337acd Border Color

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

This div border color is #337acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #337acd


Comments

No comments written yet.

Please login to write comment.