Color Hex Logo

#330cfb Color Hex

#330CFB
(51,12,251)
0 Favorites   0 Comments

Color spaces of #330cfb

RGB 5112251
HSL0.690.970.52
HSV250°95°98°
CMYK 0.800.950.00   0.02
XYZ18.90937.931891.8011
Yxy7.93180.15940.0669
Hunter Lab28.163570.5611-173.5462
CIE-Lab33.840477.0581-103.0091

#330cfb color RGB value is (51,12,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001100 11111011
Octal 63 14 373
Decimal 51 12 251
Hex 33 C FB

RGB Percentages of Color #330cfb

%16.24
%3.82
%79.94

CMYK Percentages of Color #330cfb

%80
%95
%0
%2

Triadic Colors of #330cfb

#330cfb #fb330c #0cfb33

Analogous Colors of #330cfb

#330cfb #ab0cfb #0c5dfb

Monochromatic Colors of #330cfb

#330cfb

Complementary Color

#330cfb #d4fb0c

#330cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#330cfb Color CSS Codes

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

#330cfb Text Font Color

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

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


#330cfb Background Color

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

This div background color is #330cfb


#330cfb Border Color

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

This div border color is #330cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.