Color Hex Logo

#330cda Color Hex

#330CDA
(51,12,218)
0 Favorites   0 Comments

Color spaces of #330cda

RGB 5112218
HSL0.700.900.45
HSV251°94°85°
CMYK 0.770.940.00   0.15
XYZ14.15166.028766.7475
Yxy6.02870.16280.0694
Hunter Lab24.553459.9118-143.9902
CIE-Lab29.484868.9531-91.4760

#330cda color RGB value is (51,12,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001100 11011010
Octal 63 14 332
Decimal 51 12 218
Hex 33 C DA

RGB Percentages of Color #330cda

%18.15
%4.27
%77.58

CMYK Percentages of Color #330cda

%77
%94
%0
%15

Triadic Colors of #330cda

#330cda #da330c #0cda33

Analogous Colors of #330cda

#330cda #9a0cda #0c4cda

Monochromatic Colors of #330cda

#330cda

Complementary Color

#330cda #b3da0c

#330cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#330cda Color CSS Codes

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

#330cda Text Font Color

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

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


#330cda Background Color

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

This div background color is #330cda


#330cda Border Color

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

This div border color is #330cda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,12,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 #330cda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330cda


Comments

No comments written yet.

Please login to write comment.