Color Hex Logo

#337dca Color Hex

#337DCA
(51,125,202)
0 Favorites   0 Comments

Color spaces of #337dca

RGB 51125202
HSL0.580.600.50
HSV211°75°79°
CMYK 0.750.380.00   0.21
XYZ19.359519.635358.6468
Yxy19.63530.19830.2011
Hunter Lab44.31170.4399-47.4524
CIE-Lab51.42233.5724-46.4810

#337dca color RGB value is (51,125,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111101 11001010
Octal 63 175 312
Decimal 51 125 202
Hex 33 7D CA

RGB Percentages of Color #337dca

%13.49
%33.07
%53.44

CMYK Percentages of Color #337dca

%75
%38
%0
%21

Triadic Colors of #337dca

#337dca #ca337d #7dca33

Analogous Colors of #337dca

#337dca #3533ca #33c9ca

Monochromatic Colors of #337dca

#337dca

Complementary Color

#337dca #ca8033

#337dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#337dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#337dca Color CSS Codes

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

#337dca Text Font Color

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

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


#337dca Background Color

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

This div background color is #337dca


#337dca Border Color

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

This div border color is #337dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #337dca


Comments

No comments written yet.

Please login to write comment.