Color Hex Logo

#330da4 Color Hex

#330DA4
(51,13,164)
0 Favorites   0 Comments

Color spaces of #330da4

RGB 5113164
HSL0.710.850.35
HSV255°92°64°
CMYK 0.690.920.00   0.36
XYZ8.21003.672035.3980
Yxy3.67200.17360.0777
Hunter Lab19.162542.9425-96.1102
CIE-Lab22.556054.8337-71.0453

#330da4 color RGB value is (51,13,164).

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

The process color (four color CMYK) of #330da4 color hex is 0.69, 0.92, 0.00, 0.36. Web safe color of #330da4 is #330099. Color #330da4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001101 10100100
Octal 63 15 244
Decimal 51 13 164
Hex 33 D A4

RGB Percentages of Color #330da4

%22.37
%5.70
%71.93

CMYK Percentages of Color #330da4

%69
%92
%0
%36

Triadic Colors of #330da4

#330da4 #a4330d #0da433

Analogous Colors of #330da4

#330da4 #7f0da4 #0d33a4

Monochromatic Colors of #330da4

#330da4

Complementary Color

#330da4 #7ea40d

#330da4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330da4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330da4 Color CSS Codes

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

#330da4 Text Font Color

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

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


#330da4 Background Color

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

This div background color is #330da4


#330da4 Border Color

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

This div border color is #330da4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330da4


Comments

No comments written yet.

Please login to write comment.