Color Hex Logo

#672048 Color Hex

#672048
(103,32,72)
0 Favorites   0 Comments

Color spaces of #672048

RGB 1033272
HSL0.910.530.26
HSV326°69°40°
CMYK 0.000.690.30   0.60
XYZ7.27974.38456.5935
Yxy4.38450.39870.2401
Hunter Lab20.939225.4135-4.0123
CIE-Lab24.903936.0284-8.0144

#672048 color RGB value is (103,32,72).

#672048 hex color red value is 103, green value is 32 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #672048 hue: 0.91 , saturation: 0.53 and the lightness value of 672048 is 0.26.

The process color (four color CMYK) of #672048 color hex is 0.00, 0.69, 0.30, 0.60. Web safe color of #672048 is #663333. Color #672048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100000 01001000
Octal 147 40 110
Decimal 103 32 72
Hex 67 20 48

RGB Percentages of Color #672048

%49.76
%15.46
%34.78

CMYK Percentages of Color #672048

%0
%69
%30
%60

Triadic Colors of #672048

#672048 #486720 #204867

Analogous Colors of #672048

#672048 #672024 #632067

Monochromatic Colors of #672048

#672048

Complementary Color

#672048 #20673f

#672048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672048 Color CSS Codes

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

#672048 Text Font Color

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

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


#672048 Background Color

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

This div background color is #672048


#672048 Border Color

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

This div border color is #672048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672048


Comments

No comments written yet.

Please login to write comment.