Color Hex Logo

#663374 Color Hex

#663374
(102,51,116)
0 Favorites   0 Comments

Color spaces of #663374

RGB 10251116
HSL0.800.390.33
HSV287°56°45°
CMYK 0.120.560.00   0.55
XYZ9.81576.453417.2513
Yxy6.45340.29280.1925
Hunter Lab25.403524.5146-22.4808
CIE-Lab30.528734.0289-28.0005

#663374 color RGB value is (102,51,116).

#663374 hex color red value is 102, green value is 51 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #663374 hue: 0.80 , saturation: 0.39 and the lightness value of 663374 is 0.33.

The process color (four color CMYK) of #663374 color hex is 0.12, 0.56, 0.00, 0.55. Web safe color of #663374 is #663366. Color #663374 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110011 01110100
Octal 146 63 164
Decimal 102 51 116
Hex 66 33 74

RGB Percentages of Color #663374

%37.92
%18.96
%43.12

CMYK Percentages of Color #663374

%12
%56
%0
%55

Triadic Colors of #663374

#663374 #746633 #337466

Analogous Colors of #663374

#663374 #743362 #453374

Monochromatic Colors of #663374

#663374

Complementary Color

#663374 #417433

#663374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663374 Color CSS Codes

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

#663374 Text Font Color

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

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


#663374 Background Color

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

This div background color is #663374


#663374 Border Color

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

This div border color is #663374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663374


Comments

No comments written yet.

Please login to write comment.