Color Hex Logo

#671451 Color Hex

#671451
(103,20,81)
0 Favorites   0 Comments

Color spaces of #671451

RGB 1032081
HSL0.880.670.24
HSV316°81°40°
CMYK 0.000.810.21   0.60
XYZ7.32893.97808.1661
Yxy3.97800.37640.2043
Hunter Lab19.944930.6874-10.3138
CIE-Lab23.598642.1321-16.0694

#671451 color RGB value is (103,20,81).

#671451 hex color red value is 103, green value is 20 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #671451 hue: 0.88 , saturation: 0.67 and the lightness value of 671451 is 0.24.

The process color (four color CMYK) of #671451 color hex is 0.00, 0.81, 0.21, 0.60. Web safe color of #671451 is #660066. Color #671451 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010100 01010001
Octal 147 24 121
Decimal 103 20 81
Hex 67 14 51

RGB Percentages of Color #671451

%50.49
%9.80
%39.71

CMYK Percentages of Color #671451

%0
%81
%21
%60

Triadic Colors of #671451

#671451 #516714 #145167

Analogous Colors of #671451

#671451 #671428 #541467

Monochromatic Colors of #671451

#671451

Complementary Color

#671451 #14672a

#671451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671451 Color CSS Codes

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

#671451 Text Font Color

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

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


#671451 Background Color

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

This div background color is #671451


#671451 Border Color

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

This div border color is #671451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671451


Comments

No comments written yet.

Please login to write comment.