Color Hex Logo

#336efc Color Hex

#336EFC
(51,110,252)
0 Favorites   0 Comments

Color spaces of #336efc

RGB 51110252
HSL0.620.970.59
HSV222°80°99°
CMYK 0.800.560.00   0.01
XYZ24.511918.883994.4485
Yxy18.88390.17780.1370
Hunter Lab43.455624.6387-98.4448
CIE-Lab50.551131.4024-75.9967

#336efc color RGB value is (51,110,252).

#336efc hex color red value is 51, green value is 110 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #336efc hue: 0.62 , saturation: 0.97 and the lightness value of 336efc is 0.59.

The process color (four color CMYK) of #336efc color hex is 0.80, 0.56, 0.00, 0.01. Web safe color of #336efc is #3366ff. Color #336efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101110 11111100
Octal 63 156 374
Decimal 51 110 252
Hex 33 6E FC

RGB Percentages of Color #336efc

%12.35
%26.63
%61.02

CMYK Percentages of Color #336efc

%80
%56
%0
%1

Triadic Colors of #336efc

#336efc #fc336e #6efc33

Analogous Colors of #336efc

#336efc #5c33fc #33d3fc

Monochromatic Colors of #336efc

#336efc

Complementary Color

#336efc #fcc133

#336efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#336efc Color CSS Codes

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

#336efc Text Font Color

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

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


#336efc Background Color

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

This div background color is #336efc


#336efc Border Color

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

This div border color is #336efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336efc


Comments

No comments written yet.

Please login to write comment.