Color Hex Logo

#672052 Color Hex

#672052
(103,32,82)
0 Favorites   0 Comments

Color spaces of #672052

RGB 1033282
HSL0.880.530.26
HSV318°69°40°
CMYK 0.000.690.20   0.60
XYZ7.63304.52588.4539
Yxy4.52580.37030.2196
Hunter Lab21.273926.8157-8.6691
CIE-Lab25.338737.5354-14.0487

#672052 color RGB value is (103,32,82).

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

The process color (four color CMYK) of #672052 color hex is 0.00, 0.69, 0.20, 0.60. Web safe color of #672052 is #663366. Color #672052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100000 01010010
Octal 147 40 122
Decimal 103 32 82
Hex 67 20 52

RGB Percentages of Color #672052

%47.47
%14.75
%37.79

CMYK Percentages of Color #672052

%0
%69
%20
%60

Triadic Colors of #672052

#672052 #526720 #205267

Analogous Colors of #672052

#672052 #67202f #592067

Monochromatic Colors of #672052

#672052

Complementary Color

#672052 #206735

#672052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672052 Color CSS Codes

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

#672052 Text Font Color

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

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


#672052 Background Color

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

This div background color is #672052


#672052 Border Color

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

This div border color is #672052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672052


Comments

No comments written yet.

Please login to write comment.