Color Hex Logo

#663194 Color Hex

#663194
(102,49,148)
0 Favorites   0 Comments

Color spaces of #663194

RGB 10249148
HSL0.760.500.39
HSV272°67°58°
CMYK 0.310.670.00   0.42
XYZ11.92317.159528.7705
Yxy7.15950.24920.1496
Hunter Lab26.757232.7149-45.0210
CIE-Lab32.167342.6782-45.2921

#663194 color RGB value is (102,49,148).

#663194 hex color red value is 102, green value is 49 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #663194 hue: 0.76 , saturation: 0.50 and the lightness value of 663194 is 0.39.

The process color (four color CMYK) of #663194 color hex is 0.31, 0.67, 0.00, 0.42. Web safe color of #663194 is #663399. Color #663194 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110001 10010100
Octal 146 61 224
Decimal 102 49 148
Hex 66 31 94

RGB Percentages of Color #663194

%34.11
%16.39
%49.50

CMYK Percentages of Color #663194

%31
%67
%0
%42

Triadic Colors of #663194

#663194 #946631 #319466

Analogous Colors of #663194

#663194 #943191 #353194

Monochromatic Colors of #663194

#663194

Complementary Color

#663194 #5f9431

#663194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663194 Color CSS Codes

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

#663194 Text Font Color

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

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


#663194 Background Color

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

This div background color is #663194


#663194 Border Color

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

This div border color is #663194


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,49,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #663194; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #663194;
  -webkit-box-shadow: 1px 1px 3px 2px #663194;
  box-shadow:         1px 1px 3px 2px #663194; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663194


Comments

No comments written yet.

Please login to write comment.