Color Hex Logo

#330f68 Color Hex

#330F68
(51,15,104)
0 Favorites   0 Comments

Color spaces of #330f68

RGB 5115104
HSL0.730.750.23
HSV264°86°41°
CMYK 0.510.860.00   0.59
XYZ4.03482.044913.2788
Yxy2.04490.20840.1056
Hunter Lab14.300025.3395-45.0459
CIE-Lab15.721137.6916-44.4896

#330f68 color RGB value is (51,15,104).

#330f68 hex color red value is 51, green value is 15 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #330f68 hue: 0.73 , saturation: 0.75 and the lightness value of 330f68 is 0.23.

The process color (four color CMYK) of #330f68 color hex is 0.51, 0.86, 0.00, 0.59. Web safe color of #330f68 is #330066. Color #330f68 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001111 01101000
Octal 63 17 150
Decimal 51 15 104
Hex 33 F 68

RGB Percentages of Color #330f68

%30.00
%8.82
%61.18

CMYK Percentages of Color #330f68

%51
%86
%0
%59

Triadic Colors of #330f68

#330f68 #68330f #0f6833

Analogous Colors of #330f68

#330f68 #5f0f68 #0f1868

Monochromatic Colors of #330f68

#330f68

Complementary Color

#330f68 #44680f

#330f68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330f68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330f68 Color CSS Codes

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

#330f68 Text Font Color

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

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


#330f68 Background Color

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

This div background color is #330f68


#330f68 Border Color

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

This div border color is #330f68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330f68


Comments

No comments written yet.

Please login to write comment.