Color Hex Logo

#66329a Color Hex

#66329A
(102,50,154)
0 Favorites   0 Comments

Color spaces of #66329a

RGB 10250154
HSL0.750.510.40
HSV270°68°60°
CMYK 0.340.680.00   0.40
XYZ12.45287.439131.3514
Yxy7.43910.24300.1452
Hunter Lab27.274733.7669-49.0596
CIE-Lab32.786343.6629-47.9530

#66329a color RGB value is (102,50,154).

#66329a hex color red value is 102, green value is 50 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #66329a hue: 0.75 , saturation: 0.51 and the lightness value of 66329a is 0.40.

The process color (four color CMYK) of #66329a color hex is 0.34, 0.68, 0.00, 0.40. Web safe color of #66329a is #663399. Color #66329a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110010 10011010
Octal 146 62 232
Decimal 102 50 154
Hex 66 32 9A

RGB Percentages of Color #66329a

%33.33
%16.34
%50.33

CMYK Percentages of Color #66329a

%34
%68
%0
%40

Triadic Colors of #66329a

#66329a #9a6632 #329a66

Analogous Colors of #66329a

#66329a #9a329a #32329a

Monochromatic Colors of #66329a

#66329a

Complementary Color

#66329a #669a32

#66329a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66329a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66329a Color CSS Codes

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

#66329a Text Font Color

<p style="color:#66329a">Text here</p>

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


#66329a Background Color

<div style="background-color:#66329a">
Div content here</div>

This div background color is #66329a


#66329a Border Color

<div style="border:3px solid #66329a">
Div here</div>

This div border color is #66329a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,50,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66329a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66329a;
  -webkit-box-shadow: 1px 1px 3px 2px #66329a;
  box-shadow:         1px 1px 3px 2px #66329a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,50,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66329a


Comments

No comments written yet.

Please login to write comment.