Color Hex Logo

#66309a Color Hex

#66309A
(102,48,154)
0 Favorites   0 Comments

Color spaces of #66309a

RGB 10248154
HSL0.750.520.40
HSV271°69°60°
CMYK 0.340.690.00   0.40
XYZ12.36927.271831.3235
Yxy7.27180.24270.1427
Hunter Lab26.966334.6854-49.9937
CIE-Lab32.417844.6817-48.5492

#66309a color RGB value is (102,48,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110000 10011010
Octal 146 60 232
Decimal 102 48 154
Hex 66 30 9A

RGB Percentages of Color #66309a

%33.55
%15.79
%50.66

CMYK Percentages of Color #66309a

%34
%69
%0
%40

Triadic Colors of #66309a

#66309a #9a6630 #309a66

Analogous Colors of #66309a

#66309a #9a3099 #31309a

Monochromatic Colors of #66309a

#66309a

Complementary Color

#66309a #649a30

#66309a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66309a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66309a Color CSS Codes

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

#66309a Text Font Color

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

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


#66309a Background Color

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

This div background color is #66309a


#66309a Border Color

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

This div border color is #66309a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,48,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 #66309a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66309a


Comments

No comments written yet.

Please login to write comment.