Color Hex Logo

#336dec Color Hex

#336DEC
(51,109,236)
0 Favorites   0 Comments

Color spaces of #336dec

RGB 51109236
HSL0.610.830.56
HSV221°78°93°
CMYK 0.780.540.00   0.07
XYZ21.974217.697281.6146
Yxy17.69720.18120.1459
Hunter Lab42.068019.6202-85.5786
CIE-Lab49.126826.1562-69.3892

#336dec color RGB value is (51,109,236).

#336dec hex color red value is 51, green value is 109 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #336dec hue: 0.61 , saturation: 0.83 and the lightness value of 336dec is 0.56.

The process color (four color CMYK) of #336dec color hex is 0.78, 0.54, 0.00, 0.07. Web safe color of #336dec is #3366ff. Color #336dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101101 11101100
Octal 63 155 354
Decimal 51 109 236
Hex 33 6D EC

RGB Percentages of Color #336dec

%12.88
%27.53
%59.60

CMYK Percentages of Color #336dec

%78
%54
%0
%7

Triadic Colors of #336dec

#336dec #ec336d #6dec33

Analogous Colors of #336dec

#336dec #5633ec #33caec

Monochromatic Colors of #336dec

#336dec

Complementary Color

#336dec #ecb233

#336dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#336dec Color CSS Codes

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

#336dec Text Font Color

<p style="color:#336dec">Text here</p>

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


#336dec Background Color

<div style="background-color:#336dec">
Div content here</div>

This div background color is #336dec


#336dec Border Color

<div style="border:3px solid #336dec">
Div here</div>

This div border color is #336dec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,109,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #336dec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #336dec;
  -webkit-box-shadow: 1px 1px 3px 2px #336dec;
  box-shadow:         1px 1px 3px 2px #336dec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336dec


Comments

No comments written yet.

Please login to write comment.