Color Hex Logo

#670271 Color Hex

#670271
(103,2,113)
0 Favorites   0 Comments

Color spaces of #670271

RGB 1032113
HSL0.820.970.23
HSV295°98°44°
CMYK 0.090.980.00   0.56
XYZ8.59594.119215.9648
Yxy4.11920.29970.1436
Hunter Lab20.295840.0826-32.4308
CIE-Lab24.061751.7539-36.3906

#670271 color RGB value is (103,2,113).

#670271 hex color red value is 103, green value is 2 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #670271 hue: 0.82 , saturation: 0.97 and the lightness value of 670271 is 0.23.

The process color (four color CMYK) of #670271 color hex is 0.09, 0.98, 0.00, 0.56. Web safe color of #670271 is #660066. Color #670271 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00000010 01110001
Octal 147 2 161
Decimal 103 2 113
Hex 67 2 71

RGB Percentages of Color #670271

%47.25
%0.92
%51.83

CMYK Percentages of Color #670271

%9
%98
%0
%56

Triadic Colors of #670271

#670271 #716702 #027167

Analogous Colors of #670271

#670271 #710243 #300271

Monochromatic Colors of #670271

#670271

Complementary Color

#670271 #0c7102

#670271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#670271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#670271 Color CSS Codes

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

#670271 Text Font Color

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

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


#670271 Background Color

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

This div background color is #670271


#670271 Border Color

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

This div border color is #670271


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,2,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 #670271">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #670271


Comments

No comments written yet.

Please login to write comment.