Color Hex Logo

#330bff Color Hex

#330BFF
(51,11,255)
0 Favorites   0 Comments

Color spaces of #330bff

RGB 5111255
HSL0.691.000.52
HSV250°96°100°
CMYK 0.800.960.00   0.00
XYZ19.53498.163295.1538
Yxy8.16320.15900.0664
Hunter Lab28.571372.0450-177.4593
CIE-Lab34.320578.1731-104.4541

#330bff color RGB value is (51,11,255).

#330bff hex color red value is 51, green value is 11 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #330bff hue: 0.69 , saturation: 1.00 and the lightness value of 330bff is 0.52.

The process color (four color CMYK) of #330bff color hex is 0.80, 0.96, 0.00, 0.00. Web safe color of #330bff is #3300ff. Color #330bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001011 11111111
Octal 63 13 377
Decimal 51 11 255
Hex 33 B FF

RGB Percentages of Color #330bff

%16.09
%3.47
%80.44

CMYK Percentages of Color #330bff

%80
%96
%0
%0

Triadic Colors of #330bff

#330bff #ff330b #0bff33

Analogous Colors of #330bff

#330bff #ad0bff #0b5dff

Monochromatic Colors of #330bff

#330bff

Complementary Color

#330bff #d7ff0b

#330bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#330bff Color CSS Codes

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

#330bff Text Font Color

<p style="color:#330bff">Text here</p>

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


#330bff Background Color

<div style="background-color:#330bff">
Div content here</div>

This div background color is #330bff


#330bff Border Color

<div style="border:3px solid #330bff">
Div here</div>

This div border color is #330bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,11,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #330bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #330bff;
  -webkit-box-shadow: 1px 1px 3px 2px #330bff;
  box-shadow:         1px 1px 3px 2px #330bff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330bff


Comments

No comments written yet.

Please login to write comment.