Color Hex Logo

#330eab Color Hex

#330EAB
(51,14,171)
0 Favorites   0 Comments

Color spaces of #330eab

RGB 5114171
HSL0.710.850.36
HSV254°92°67°
CMYK 0.700.920.00   0.33
XYZ8.87303.958238.8244
Yxy3.95820.17180.0766
Hunter Lab19.895244.7919-101.7744
CIE-Lab23.532856.4198-73.6625

#330eab color RGB value is (51,14,171).

#330eab hex color red value is 51, green value is 14 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #330eab hue: 0.71 , saturation: 0.85 and the lightness value of 330eab is 0.36.

The process color (four color CMYK) of #330eab color hex is 0.70, 0.92, 0.00, 0.33. Web safe color of #330eab is #330099. Color #330eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001110 10101011
Octal 63 16 253
Decimal 51 14 171
Hex 33 E AB

RGB Percentages of Color #330eab

%21.61
%5.93
%72.46

CMYK Percentages of Color #330eab

%70
%92
%0
%33

Triadic Colors of #330eab

#330eab #ab330e #0eab33

Analogous Colors of #330eab

#330eab #820eab #0e38ab

Monochromatic Colors of #330eab

#330eab

Complementary Color

#330eab #86ab0e

#330eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#330eab Color CSS Codes

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

#330eab Text Font Color

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

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


#330eab Background Color

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

This div background color is #330eab


#330eab Border Color

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

This div border color is #330eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330eab


Comments

No comments written yet.

Please login to write comment.