Color Hex Logo

#330aae Color Hex

#330AAE
(51,10,174)
0 Favorites   0 Comments

Color spaces of #330aae

RGB 5110174
HSL0.710.890.36
HSV255°94°68°
CMYK 0.710.940.00   0.32
XYZ9.11383.976940.3317
Yxy3.97690.17060.0744
Hunter Lab19.942246.6778-105.9505
CIE-Lab23.594958.1854-75.3674

#330aae color RGB value is (51,10,174).

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

The process color (four color CMYK) of #330aae color hex is 0.71, 0.94, 0.00, 0.32. Web safe color of #330aae is #330099. Color #330aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001010 10101110
Octal 63 12 256
Decimal 51 10 174
Hex 33 A AE

RGB Percentages of Color #330aae

%21.70
%4.26
%74.04

CMYK Percentages of Color #330aae

%71
%94
%0
%32

Triadic Colors of #330aae

#330aae #ae330a #0aae33

Analogous Colors of #330aae

#330aae #850aae #0a33ae

Monochromatic Colors of #330aae

#330aae

Complementary Color

#330aae #85ae0a

#330aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#330aae Color CSS Codes

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

#330aae Text Font Color

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

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


#330aae Background Color

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

This div background color is #330aae


#330aae Border Color

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

This div border color is #330aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330aae


Comments

No comments written yet.

Please login to write comment.