Color Hex Logo

#330fac Color Hex

#330FAC
(51,15,172)
0 Favorites   0 Comments

Color spaces of #330fac

RGB 5115172
HSL0.700.840.37
HSV254°91°67°
CMYK 0.700.910.00   0.33
XYZ8.98254.024039.3330
Yxy4.02400.17160.0769
Hunter Lab20.059944.8245-102.2125
CIE-Lab23.750656.4100-73.9035

#330fac color RGB value is (51,15,172).

#330fac hex color red value is 51, green value is 15 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #330fac hue: 0.70 , saturation: 0.84 and the lightness value of 330fac is 0.37.

The process color (four color CMYK) of #330fac color hex is 0.70, 0.91, 0.00, 0.33. Web safe color of #330fac is #330099. Color #330fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001111 10101100
Octal 63 17 254
Decimal 51 15 172
Hex 33 F AC

RGB Percentages of Color #330fac

%21.43
%6.30
%72.27

CMYK Percentages of Color #330fac

%70
%91
%0
%33

Triadic Colors of #330fac

#330fac #ac330f #0fac33

Analogous Colors of #330fac

#330fac #820fac #0f39ac

Monochromatic Colors of #330fac

#330fac

Complementary Color

#330fac #88ac0f

#330fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#330fac Color CSS Codes

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

#330fac Text Font Color

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

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


#330fac Background Color

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

This div background color is #330fac


#330fac Border Color

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

This div border color is #330fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330fac


Comments

No comments written yet.

Please login to write comment.