Color Hex Logo

#671248 Color Hex

#671248
(103,18,72)
0 Favorites   0 Comments

Color spaces of #671248

RGB 1031872
HSL0.890.700.24
HSV322°83°40°
CMYK 0.000.830.30   0.60
XYZ6.97953.78416.4934
Yxy3.78410.40440.2193
Hunter Lab19.452830.0021-6.1743
CIE-Lab22.944441.5145-10.9933

#671248 color RGB value is (103,18,72).

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

The process color (four color CMYK) of #671248 color hex is 0.00, 0.83, 0.30, 0.60. Web safe color of #671248 is #660033. Color #671248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010010 01001000
Octal 147 22 110
Decimal 103 18 72
Hex 67 12 48

RGB Percentages of Color #671248

%53.37
%9.33
%37.31

CMYK Percentages of Color #671248

%0
%83
%30
%60

Triadic Colors of #671248

#671248 #486712 #124867

Analogous Colors of #671248

#671248 #67121e #5c1267

Monochromatic Colors of #671248

#671248

Complementary Color

#671248 #126731

#671248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671248 Color CSS Codes

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

#671248 Text Font Color

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

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


#671248 Background Color

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

This div background color is #671248


#671248 Border Color

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

This div border color is #671248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671248


Comments

No comments written yet.

Please login to write comment.