Color Hex Logo

#330fad Color Hex

#330FAD
(51,15,173)
0 Favorites   0 Comments

Color spaces of #330fad

RGB 5115173
HSL0.700.840.37
HSV254°91°68°
CMYK 0.710.910.00   0.32
XYZ9.07894.062639.8408
Yxy4.06260.17140.0767
Hunter Lab20.155945.1297-103.0854
CIE-Lab23.877356.6757-74.2954

#330fad color RGB value is (51,15,173).

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

The process color (four color CMYK) of #330fad color hex is 0.71, 0.91, 0.00, 0.32. Web safe color of #330fad is #330099. Color #330fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001111 10101101
Octal 63 17 255
Decimal 51 15 173
Hex 33 F AD

RGB Percentages of Color #330fad

%21.34
%6.28
%72.38

CMYK Percentages of Color #330fad

%71
%91
%0
%32

Triadic Colors of #330fad

#330fad #ad330f #0fad33

Analogous Colors of #330fad

#330fad #820fad #0f3aad

Monochromatic Colors of #330fad

#330fad

Complementary Color

#330fad #89ad0f

#330fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#330fad Color CSS Codes

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

#330fad Text Font Color

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

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


#330fad Background Color

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

This div background color is #330fad


#330fad Border Color

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

This div border color is #330fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330fad


Comments

No comments written yet.

Please login to write comment.