Color Hex Logo

#330dff Color Hex

#330DFF
(51,13,255)
0 Favorites   0 Comments

Color spaces of #330dff

RGB 5113255
HSL0.691.000.53
HSV249°95°100°
CMYK 0.800.950.00   0.00
XYZ19.55928.211795.1619
Yxy8.21170.15910.0668
Hunter Lab28.656171.6871-176.8327
CIE-Lab34.419977.8667-104.2880

#330dff color RGB value is (51,13,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001101 11111111
Octal 63 15 377
Decimal 51 13 255
Hex 33 D FF

RGB Percentages of Color #330dff

%15.99
%4.08
%79.94

CMYK Percentages of Color #330dff

%80
%95
%0
%0

Triadic Colors of #330dff

#330dff #ff330d #0dff33

Analogous Colors of #330dff

#330dff #ac0dff #0d60ff

Monochromatic Colors of #330dff

#330dff

Complementary Color

#330dff #d9ff0d

#330dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#330dff Color CSS Codes

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

#330dff Text Font Color

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

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


#330dff Background Color

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

This div background color is #330dff


#330dff Border Color

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

This div border color is #330dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330dff


Comments

No comments written yet.

Please login to write comment.