Color Hex Logo

#330fed Color Hex

#330FED
(51,15,237)
0 Favorites   0 Comments

Color spaces of #330fed

RGB 5115237
HSL0.690.880.49
HSV250°94°93°
CMYK 0.780.940.00   0.07
XYZ16.82217.159980.6161
Yxy7.15990.16080.0685
Hunter Lab26.758065.3921-159.8975
CIE-Lab32.168273.1053-97.8842

#330fed color RGB value is (51,15,237).

#330fed hex color red value is 51, green value is 15 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #330fed hue: 0.69 , saturation: 0.88 and the lightness value of 330fed is 0.49.

The process color (four color CMYK) of #330fed color hex is 0.78, 0.94, 0.00, 0.07. Web safe color of #330fed is #3300ff. Color #330fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001111 11101101
Octal 63 17 355
Decimal 51 15 237
Hex 33 F ED

RGB Percentages of Color #330fed

%16.83
%4.95
%78.22

CMYK Percentages of Color #330fed

%78
%94
%0
%7

Triadic Colors of #330fed

#330fed #ed330f #0fed33

Analogous Colors of #330fed

#330fed #a20fed #0f5aed

Monochromatic Colors of #330fed

#330fed

Complementary Color

#330fed #c9ed0f

#330fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#330fed Color CSS Codes

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

#330fed Text Font Color

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

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


#330fed Background Color

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

This div background color is #330fed


#330fed Border Color

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

This div border color is #330fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330fed


Comments

No comments written yet.

Please login to write comment.