Color Hex Logo

#663471 Color Hex

#663471
(102,52,113)
0 Favorites   0 Comments

Color spaces of #663471

RGB 10252113
HSL0.800.370.32
HSV289°54°44°
CMYK 0.100.540.00   0.56
XYZ9.68816.473016.3616
Yxy6.47300.29790.1990
Hunter Lab25.442123.4474-20.3194
CIE-Lab30.575832.8051-26.0260

#663471 color RGB value is (102,52,113).

#663471 hex color red value is 102, green value is 52 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #663471 hue: 0.80 , saturation: 0.37 and the lightness value of 663471 is 0.32.

The process color (four color CMYK) of #663471 color hex is 0.10, 0.54, 0.00, 0.56. Web safe color of #663471 is #663366. Color #663471 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110100 01110001
Octal 146 64 161
Decimal 102 52 113
Hex 66 34 71

RGB Percentages of Color #663471

%38.20
%19.48
%42.32

CMYK Percentages of Color #663471

%10
%54
%0
%56

Triadic Colors of #663471

#663471 #716634 #347166

Analogous Colors of #663471

#663471 #71345e #483471

Monochromatic Colors of #663471

#663471

Complementary Color

#663471 #3f7134

#663471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663471 Color CSS Codes

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

#663471 Text Font Color

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

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


#663471 Background Color

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

This div background color is #663471


#663471 Border Color

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

This div border color is #663471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663471

#663471 Color Palettes


Comments

No comments written yet.

Please login to write comment.