Color Hex Logo

#671255 Color Hex

#671255
(103,18,85)
0 Favorites   0 Comments

Color spaces of #671255

RGB 1031885
HSL0.870.700.24
HSV313°83°40°
CMYK 0.000.830.17   0.60
XYZ7.44953.97218.9684
Yxy3.97210.36540.1948
Hunter Lab19.930131.8422-12.7289
CIE-Lab23.579043.3775-18.7795

#671255 color RGB value is (103,18,85).

#671255 hex color red value is 103, green value is 18 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #671255 hue: 0.87 , saturation: 0.70 and the lightness value of 671255 is 0.24.

The process color (four color CMYK) of #671255 color hex is 0.00, 0.83, 0.17, 0.60. Web safe color of #671255 is #660066. Color #671255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010010 01010101
Octal 147 22 125
Decimal 103 18 85
Hex 67 12 55

RGB Percentages of Color #671255

%50.00
%8.74
%41.26

CMYK Percentages of Color #671255

%0
%83
%17
%60

Triadic Colors of #671255

#671255 #556712 #125567

Analogous Colors of #671255

#671255 #67122b #4f1267

Monochromatic Colors of #671255

#671255

Complementary Color

#671255 #126724

#671255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671255 Color CSS Codes

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

#671255 Text Font Color

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

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


#671255 Background Color

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

This div background color is #671255


#671255 Border Color

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

This div border color is #671255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671255


Comments

No comments written yet.

Please login to write comment.