Color Hex Logo

#671480 Color Hex

#671480
(103,20,128)
0 Favorites   0 Comments

Color spaces of #671480

RGB 10320128
HSL0.790.730.29
HSV286°84°50°
CMYK 0.200.840.00   0.50
XYZ9.74004.942420.8627
Yxy4.94240.27400.1390
Hunter Lab22.231539.2987-40.0774
CIE-Lab26.570050.4875-41.9045

#671480 color RGB value is (103,20,128).

#671480 hex color red value is 103, green value is 20 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #671480 hue: 0.79 , saturation: 0.73 and the lightness value of 671480 is 0.29.

The process color (four color CMYK) of #671480 color hex is 0.20, 0.84, 0.00, 0.50. Web safe color of #671480 is #660099. Color #671480 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010100 10000000
Octal 147 24 200
Decimal 103 20 128
Hex 67 14 80

RGB Percentages of Color #671480

%41.04
%7.97
%51.00

CMYK Percentages of Color #671480

%20
%84
%0
%50

Triadic Colors of #671480

#671480 #806714 #148067

Analogous Colors of #671480

#671480 #801463 #311480

Monochromatic Colors of #671480

#671480

Complementary Color

#671480 #2d8014

#671480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671480 Color CSS Codes

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

#671480 Text Font Color

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

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


#671480 Background Color

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

This div background color is #671480


#671480 Border Color

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

This div border color is #671480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671480


Comments

No comments written yet.

Please login to write comment.