Color Hex Logo

#670176 Color Hex

#670176
(103,1,118)
0 Favorites   0 Comments

Color spaces of #670176

RGB 1031118
HSL0.810.980.23
HSV292°99°46°
CMYK 0.130.990.00   0.54
XYZ8.87444.213317.4851
Yxy4.21330.29030.1378
Hunter Lab20.526341.2520-36.1370
CIE-Lab24.364452.8470-39.1153

#670176 color RGB value is (103,1,118).

#670176 hex color red value is 103, green value is 1 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #670176 hue: 0.81 , saturation: 0.98 and the lightness value of 670176 is 0.23.

The process color (four color CMYK) of #670176 color hex is 0.13, 0.99, 0.00, 0.54. Web safe color of #670176 is #660066. Color #670176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00000001 01110110
Octal 147 1 166
Decimal 103 1 118
Hex 67 1 76

RGB Percentages of Color #670176

%46.40
%0.45
%53.15

CMYK Percentages of Color #670176

%13
%99
%0
%54

Triadic Colors of #670176

#670176 #766701 #017667

Analogous Colors of #670176

#670176 #76014b #2c0176

Monochromatic Colors of #670176

#670176

Complementary Color

#670176 #107601

#670176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#670176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#670176 Color CSS Codes

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

#670176 Text Font Color

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

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


#670176 Background Color

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

This div background color is #670176


#670176 Border Color

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

This div border color is #670176


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,1,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #670176; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #670176;
  -webkit-box-shadow: 1px 1px 3px 2px #670176;
  box-shadow:         1px 1px 3px 2px #670176; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,1,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #670176


Comments

No comments written yet.

Please login to write comment.