Color Hex Logo

#330eda Color Hex

#330EDA
(51,14,218)
0 Favorites   0 Comments

Color spaces of #330eda

RGB 5114218
HSL0.700.880.45
HSV251°94°85°
CMYK 0.770.940.00   0.15
XYZ14.17726.079866.7560
Yxy6.07980.16290.0699
Hunter Lab24.657359.4821-143.2592
CIE-Lab29.612968.5604-91.2623

#330eda color RGB value is (51,14,218).

#330eda hex color red value is 51, green value is 14 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #330eda hue: 0.70 , saturation: 0.88 and the lightness value of 330eda is 0.45.

The process color (four color CMYK) of #330eda color hex is 0.77, 0.94, 0.00, 0.15. Web safe color of #330eda is #3300cc. Color #330eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001110 11011010
Octal 63 16 332
Decimal 51 14 218
Hex 33 E DA

RGB Percentages of Color #330eda

%18.02
%4.95
%77.03

CMYK Percentages of Color #330eda

%77
%94
%0
%15

Triadic Colors of #330eda

#330eda #da330e #0eda33

Analogous Colors of #330eda

#330eda #990eda #0e4fda

Monochromatic Colors of #330eda

#330eda

Complementary Color

#330eda #b5da0e

#330eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#330eda Color CSS Codes

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

#330eda Text Font Color

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

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


#330eda Background Color

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

This div background color is #330eda


#330eda Border Color

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

This div border color is #330eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330eda


Comments

No comments written yet.

Please login to write comment.