Color Hex Logo

#3366fc Color Hex

#3366FC
(51,102,252)
0 Favorites   0 Comments

Color spaces of #3366fc

RGB 51102252
HSL0.620.970.59
HSV225°80°99°
CMYK 0.800.600.00   0.01
XYZ23.687317.234894.1737
Yxy17.23480.17530.1276
Hunter Lab41.514829.1966-105.4352
CIE-Lab48.554536.3987-79.2539

#3366fc color RGB value is (51,102,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01100110 11111100
Octal 63 146 374
Decimal 51 102 252
Hex 33 66 FC

RGB Percentages of Color #3366fc

%12.59
%25.19
%62.22

CMYK Percentages of Color #3366fc

%80
%60
%0
%1

Triadic Colors of #3366fc

#3366fc #fc3366 #66fc33

Analogous Colors of #3366fc

#3366fc #6533fc #33cbfc

Monochromatic Colors of #3366fc

#3366fc

Complementary Color

#3366fc #fcc933

#3366fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3366fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3366fc Color CSS Codes

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

#3366fc Text Font Color

<p style="color:#3366fc">Text here</p>

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


#3366fc Background Color

<div style="background-color:#3366fc">
Div content here</div>

This div background color is #3366fc


#3366fc Border Color

<div style="border:3px solid #3366fc">
Div here</div>

This div border color is #3366fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3366fc


Comments

No comments written yet.

Please login to write comment.