Color Hex Logo

#672165 Color Hex

#672165
(103,33,101)
0 Favorites   0 Comments

Color spaces of #672165

RGB 10333101
HSL0.840.510.27
HSV302°68°40°
CMYK 0.000.680.02   0.60
XYZ8.48634.910912.8125
Yxy4.91090.32380.1874
Hunter Lab22.160629.5749-18.7671
CIE-Lab26.479440.3747-24.7661

#672165 color RGB value is (103,33,101).

#672165 hex color red value is 103, green value is 33 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #672165 hue: 0.84 , saturation: 0.51 and the lightness value of 672165 is 0.27.

The process color (four color CMYK) of #672165 color hex is 0.00, 0.68, 0.02, 0.60. Web safe color of #672165 is #663366. Color #672165 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100001 01100101
Octal 147 41 145
Decimal 103 33 101
Hex 67 21 65

RGB Percentages of Color #672165

%43.46
%13.92
%42.62

CMYK Percentages of Color #672165

%0
%68
%2
%60

Triadic Colors of #672165

#672165 #656721 #216567

Analogous Colors of #672165

#672165 #672142 #462167

Monochromatic Colors of #672165

#672165

Complementary Color

#672165 #216723

#672165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672165 Color CSS Codes

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

#672165 Text Font Color

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

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


#672165 Background Color

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

This div background color is #672165


#672165 Border Color

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

This div border color is #672165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672165


Comments

No comments written yet.

Please login to write comment.