Color Hex Logo

#330faf Color Hex

#330FAF
(51,15,175)
0 Favorites   0 Comments

Color spaces of #330faf

RGB 5115175
HSL0.700.840.37
HSV254°91°69°
CMYK 0.710.910.00   0.31
XYZ9.27394.140640.8679
Yxy4.14060.17080.0763
Hunter Lab20.348545.7423-104.8342
CIE-Lab24.130957.2074-75.0770

#330faf color RGB value is (51,15,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001111 10101111
Octal 63 17 257
Decimal 51 15 175
Hex 33 F AF

RGB Percentages of Color #330faf

%21.16
%6.22
%72.61

CMYK Percentages of Color #330faf

%71
%91
%0
%31

Triadic Colors of #330faf

#330faf #af330f #0faf33

Analogous Colors of #330faf

#330faf #830faf #0f3baf

Monochromatic Colors of #330faf

#330faf

Complementary Color

#330faf #8baf0f

#330faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#330faf Color CSS Codes

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

#330faf Text Font Color

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

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


#330faf Background Color

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

This div background color is #330faf


#330faf Border Color

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

This div border color is #330faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330faf


Comments

No comments written yet.

Please login to write comment.