Color Hex Logo

#3301fb Color Hex

#3301FB
(51,1,251)
0 Favorites   0 Comments

Color spaces of #3301fb

RGB 511251
HSL0.700.990.49
HSV252°100°98°
CMYK 0.801.000.00   0.02
XYZ18.78877.690691.7609
Yxy7.69060.15890.0650
Hunter Lab27.731972.4049-176.7696
CIE-Lab33.330078.6363-103.8615

#3301fb color RGB value is (51,1,251).

#3301fb hex color red value is 51, green value is 1 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #3301fb hue: 0.70 , saturation: 0.99 and the lightness value of 3301fb is 0.49.

The process color (four color CMYK) of #3301fb color hex is 0.80, 1.00, 0.00, 0.02. Web safe color of #3301fb is #3300ff. Color #3301fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000001 11111011
Octal 63 1 373
Decimal 51 1 251
Hex 33 1 FB

RGB Percentages of Color #3301fb

%16.83
%0.33
%82.84

CMYK Percentages of Color #3301fb

%80
%100
%0
%2

Triadic Colors of #3301fb

#3301fb #fb3301 #01fb33

Analogous Colors of #3301fb

#3301fb #b001fb #014cfb

Monochromatic Colors of #3301fb

#3301fb

Complementary Color

#3301fb #c9fb01

#3301fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3301fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3301fb Color CSS Codes

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

#3301fb Text Font Color

<p style="color:#3301fb">Text here</p>

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


#3301fb Background Color

<div style="background-color:#3301fb">
Div content here</div>

This div background color is #3301fb


#3301fb Border Color

<div style="border:3px solid #3301fb">
Div here</div>

This div border color is #3301fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,1,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3301fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3301fb;
  -webkit-box-shadow: 1px 1px 3px 2px #3301fb;
  box-shadow:         1px 1px 3px 2px #3301fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3301fb


Comments

No comments written yet.

Please login to write comment.