Color Hex Logo

#330ddd Color Hex

#330DDD
(51,13,221)
0 Favorites   0 Comments

Color spaces of #330ddd

RGB 5113221
HSL0.700.890.46
HSV251°94°87°
CMYK 0.770.940.00   0.13
XYZ14.56036.212168.8383
Yxy6.21210.16250.0693
Hunter Lab24.924160.6600-146.3073
CIE-Lab29.941469.5118-92.4445

#330ddd color RGB value is (51,13,221).

#330ddd hex color red value is 51, green value is 13 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #330ddd hue: 0.70 , saturation: 0.89 and the lightness value of 330ddd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001101 11011101
Octal 63 15 335
Decimal 51 13 221
Hex 33 D DD

RGB Percentages of Color #330ddd

%17.89
%4.56
%77.54

CMYK Percentages of Color #330ddd

%77
%94
%0
%13

Triadic Colors of #330ddd

#330ddd #dd330d #0ddd33

Analogous Colors of #330ddd

#330ddd #9b0ddd #0d4fdd

Monochromatic Colors of #330ddd

#330ddd

Complementary Color

#330ddd #b7dd0d

#330ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#330ddd Color CSS Codes

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

#330ddd Text Font Color

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

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


#330ddd Background Color

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

This div background color is #330ddd


#330ddd Border Color

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

This div border color is #330ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330ddd


Comments

No comments written yet.

Please login to write comment.