Color Hex Logo

#673266 Color Hex

#673266
(103,50,102)
0 Favorites   0 Comments

Color spaces of #673266

RGB 10350102
HSL0.840.350.30
HSV301°51°40°
CMYK 0.000.510.01   0.60
XYZ9.13246.124113.2711
Yxy6.12410.32010.2147
Hunter Lab24.746922.5651-14.4728
CIE-Lab29.723431.9251-20.3286

#673266 color RGB value is (103,50,102).

#673266 hex color red value is 103, green value is 50 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #673266 hue: 0.84 , saturation: 0.35 and the lightness value of 673266 is 0.30.

The process color (four color CMYK) of #673266 color hex is 0.00, 0.51, 0.01, 0.60. Web safe color of #673266 is #663366. Color #673266 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00110010 01100110
Octal 147 62 146
Decimal 103 50 102
Hex 67 32 66

RGB Percentages of Color #673266

%40.39
%19.61
%40.00

CMYK Percentages of Color #673266

%0
%51
%1
%60

Triadic Colors of #673266

#673266 #666732 #326667

Analogous Colors of #673266

#673266 #67324c #4e3267

Monochromatic Colors of #673266

#673266

Complementary Color

#673266 #326733

#673266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#673266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#673266 Color CSS Codes

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

#673266 Text Font Color

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

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


#673266 Background Color

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

This div background color is #673266


#673266 Border Color

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

This div border color is #673266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #673266


Comments

No comments written yet.

Please login to write comment.